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 | 悉貔蒔 | 100011101011101111100110101111101000111010101010 | 8ebbe6be8eaa |
EUC-JP | 悉貔蒔 | 101111001011110111101100110000001011110010101100 | bcbdecc0bcac |
UTF-8 | 悉貔蒔 | 111001101000001010001001111010001011001010010100111010001001001010010100 | e68289e8b294e89294 |
UHC | 悉?蒔 | 1110001111111010001111111110001111001000 | e3fa3fe3c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)