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 | ????` | 0011111100111111001111110011111101100000 | 3f3f3f3f60 |
SJIS-WIN | ?}⊂⊂` | 0011111110000001011100001000000110111100100000011011110001100000 | 3f817081bc81bc60 |
EUC-JP | ?}⊂⊂` | 0011111110100001110100011010001010111110101000101011111001100000 | 3fa1d1a2bea2be60 |
UTF-8 | 룵}⊂⊂` | 11101011101000111011010111101111101111011001110111100010100010101000001011100010100010101000001001100000 | eba3b5efbd9de28a82e28a8260 |
UHC | 룵}⊂⊂` | 100011111010101010100011111111011010000111111000101000011111100001100000 | 8faaa3fda1f8a1f860 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)