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 | 訒倬痔 | 111110111010001110011000111010011000111010100100 | fba398e98ea4 |
EUC-JP | 訒倬痔 | 10001111110111011100100011010000111010111011110010100110 | 8fddc8d0ebbca6 |
UTF-8 | 訒倬痔 | 111010001010100010010010111001011000000010101100111001111001011110010100 | e8a892e580ace79794 |
UHC | ?倬痔 | 0011111111110110111100001111011011000000 | 3ff6f0f6c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)