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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鴉??誼? | 11101001111010110011111100111111100010110110001000111111 | e9eb3f3f8b623f |
EUC-JP | 鴉??誼? | 11110010111011010011111100111111101101011100001100111111 | f2ed3f3fb5c33f |
UTF-8 | 鴉띻낮誼폝 | 111010011011010010001001111010111001110110111011111010111000001010101110111010001010101010111100111011011000111110011101 | e9b489eb9dbbeb82aee8aabced8f9d |
UHC | 鴉띻낮誼폝 | 11100100101111001000110111101010101100111011011111101011111111101011110101000110 | e4bc8deab3b7ebfebd46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)