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 | 韜コ驢崎 | 11101000111010011011101011101001100001101000110111101000 | e8e9bae9868de8 |
EUC-JP | 韜コ驢崎 | 1111000011101011100011101011101011110001111001101011101011101010 | f0eb8ebaf1e6baea |
UTF-8 | 韜コ驢崎 | 111010011001111110011100111011111011110110111010111010011010100110100010111001011011010010001110 | e99f9cefbdbae9a9a2e5b48e |
UHC | 韜?驢崎 | 11010100101101110011111111010101111100001101000011111000 | d4b73fd5f0d0f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)