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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 莉紋ソ唯 | 11100100101110111001011011100100101111111001011101000010 | e4bb96e4bf9742 |
EUC-JP | 莉紋ソ唯 | 1110100010111101110011001110011010001110101111111100110110100011 | e8bdcce68ebfcda3 |
UTF-8 | 莉紋ソ唯 | 111010001000111010001001111001111011010010001011111011111011110110111111111001011001010010101111 | e88e89e7b48befbdbfe594af |
UHC | 莉紋?唯 | 11010111111010011101101010100011001111111110101011100110 | d7e9daa33feae6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)