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 | 鶯辞鶯痔鉑 | 11101001111100101000111010101011111010011111001010001110101001001111101111001001 | e9f28eabe9f28ea4fbc9 |
EUC-JP | 鶯辞鶯痔鉑 | 1111001011110100101111001010110111110010111101001011110010100110100011111110001111100001 | f2f4bcadf2f4bca68fe3e1 |
UTF-8 | 鶯辞鶯痔鉑 | 111010011011011010101111111010001011111010011110111010011011011010101111111001111001011110010100111010011000100110010001 | e9b6afe8be9ee9b6afe79794e98991 |
UHC | 鶯?鶯痔? | 1110010110100011001111111110010110100011111101101100000000111111 | e5a33fe5a3f6c03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)