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 | 疋?遵? | 100101010100010000111111100011111000010100111111 | 95443f8f853f |
EUC-JP | 疋?遵? | 110010011010010100111111101111011110010100111111 | c9a53fbde53f |
UTF-8 | 疋렣遵꿩 | 111001111001011010001011111010111010000010100011111010011000000110110101111010101011111110101001 | e7968beba0a3e981b5eabfa9 |
UHC | 疋렣遵꿩 | 1111100110110101100011101011010011110001111001011011001011100110 | f9b58eb4f1e5b2e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)