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 | 錚貊騁 | 111010000100001011100110101110111110100101110100 | e842e6bbe974 |
EUC-JP | 錚貊騁 | 111011111010001111101100101111011111000111010101 | efa3ecbdf1d5 |
UTF-8 | 錚貊騁 | 111010011000110010011010111010001011001010001010111010011010100010000001 | e98c9ae8b28ae9a881 |
UHC | 錚貊騁 | 111011101011011011011000111001111101111010111110 | eeb6d8e7debe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)