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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 蹟篩?寥?B | 100100001101011011100010101111110011111110011011100011000011111101000010 | 90d6e2bf3f9b8c3f42 |
EUC-JP | 蹟篩?寥?B | 110000001101100011100100110000010011111111010101111011000011111101000010 | c0d8e4c13fd5ec3f42 |
UTF-8 | 蹟篩벱寥렞B | 11101000101110011001111111100111101011111010100111101011101100101011000111100101101011111010010111101011101000001001111001000010 | e8b99fe7afa9ebb2b1e5afa5eba09e42 |
UHC | 蹟篩벱寥렞B | 1110111011100111110111101110100010111010101010011110100011101111100011101010111101000010 | eee7dee8baa9e8ef8eaf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)