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 | 001111110011111110011010010000001001000110110110100000110100110101000010 | 3f3f9a4091b6834d42 |
EUC-JP | ??咫存ギB | 001111110011111111010011101000011100001010111000101001011010111001000010 | 3f3fd3a1c2b8a5ae42 |
UTF-8 | 룫立咫存ギB | 11101011101000111010101111101111101001111011011111100101100100101010101111100101101011011001100011100011100000101010111001000010 | eba3abefa7b7e592abe5ad98e382ae42 |
UHC | 룫立咫存ギB | 1000111110100010111011011010000111110010101000011111000011101101101010111010111001000010 | 8fa2eda1f2a1f0edabae42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)