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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 弔?????B | 1001001010100010001111110011111100111111001111110011111101000010 | 92a23f3f3f3f3f42 |
EUC-JP | 弔?勖???B | 11000100101001000011111110001111101100111110110100111111001111110011111101000010 | c4a43f8fb3ed3f3f3f42 |
UTF-8 | 弔렲勖쾀롛렣B | 11100101101111001001010011101011101000001011001011100101100010111001011011101100101111101000000011101011101000011001101111101011101000001010001101000010 | e5bc94eba0b2e58b96ecbe80eba19beba0a342 |
UHC | 弔렲勖쾀롛렣B | 11110000110000001000111010111111111010011110110111000100111001101000111011011111100011101011010001000010 | f0c08ebfe9edc4e68edf8eb442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)