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 | 00111111100010111001110110011010010000001001000110110110100000110100110101000010 | 3f8b9d9a4091b6834d42 |
EUC-JP | ?享咫存ギB | 00111111101101011111110111010011101000011100001010111000101001011010111001000010 | 3fb5fdd3a1c2b8a5ae42 |
UTF-8 | 룫享咫存ギB | 11101011101000111010101111100100101110101010101111100101100100101010101111100101101011011001100011100011100000101010111001000010 | eba3abe4baabe592abe5ad98e382ae42 |
UHC | 룫享咫存ギB | 1000111110100010111110101011110111110010101000011111000011101101101010111010111001000010 | 8fa2fabdf2a1f0edabae42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)