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 | 鶯痔鶯辞 | 11101001111100101000111010100100111010011111001010001110101010111111001010110011 | e9f28ea4e9f28eabf2b3 |
EUC-JP | 鶯痔鶯辞? | 111100101111010010111100101001101111001011110100101111001010110100111111 | f2f4bca6f2f4bcad3f |
UTF-8 | 鶯痔鶯辞 | 111010011011011010101111111001111001011110010100111010011011011010101111111010001011111010011110111011101000011110101010 | e9b6afe79794e9b6afe8be9eee87aa |
UHC | 鶯痔鶯?? | 1110010110100011111101101100000011100101101000110011111100111111 | e5a3f6c0e5a33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)