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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 悌拔鈐 | 100100101110111010011101010101011111101111000010 | 92ee9d55fbc2 |
EUC-JP | 悌拔鈐 | 11000100111100001101100110110110100011111110001111000001 | c4f0d9b68fe3c1 |
UTF-8 | 悌拔鈐 | 111001101000001010001100111001101000101110010100111010011000100010010000 | e6828ce68b94e98890 |
UHC | 悌拔鈐 | 111100001010101011011010111110111100110010100010 | f0aadafbcca2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)