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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 阿??寃? | 10001000101000100011111100111111100110111000001100111111 | 88a23f3f9b833f |
EUC-JP | 阿??寃? | 10110000101001000011111100111111110101011110001100111111 | b0a43f3fd5e33f |
UTF-8 | 阿잙렪寃╊ | 111010011001100010111111111011001001111010011001111010111010000010101010111001011010111110000011111000101001010110001010 | e998bfec9e99eba0aae5af83e2958a |
UHC | 阿잙렪寃╊ | 11100100101110011001111111101011100011101011100011101010101100101010011011100100 | e4b99feb8eb8eab2a6e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)