To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???RE | 0011111100111111001111110101001001000101 | 3f3f3f5245 |
SJIS-WIN | 煮七鋐RE | 1000111011001111100011101011010111111011110100100101001001000101 | 8ecf8eb5fbd25245 |
EUC-JP | 煮七鋐RE | 101111001101000110111100101101111000111111100100101111100101001001000101 | bcd1bcb78fe4be5245 |
UTF-8 | 煮七鋐RE | 1110011110000101101011101110010010111000100000111110100110001011100100000101001001000101 | e785aee4b883e98b905245 |
UHC | 煮七?RE | 11101101101101001111011011010010001111110101001001000101 | edb4f6d23f5245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)