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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 阿??寃?? | 1000100010100010001111110011111110011011100000110011111100111111 | 88a23f3f9b833f3f |
EUC-JP | 阿??寃?? | 1011000010100100001111110011111111010101111000110011111100111111 | b0a43f3fd5e33f3f |
UTF-8 | 阿잙렪寃╊튋 | 111010011001100010111111111011001001111010011001111010111010000010101010111001011010111110000011111000101001010110001010111011011000101010001011 | e998bfec9e99eba0aae5af83e2958aed8a8b |
UHC | 阿잙렪寃╊튋 | 111001001011100110011111111010111000111010111000111010101011001010100110111001001011100110011111 | e4b99feb8eb8eab2a6e4b99f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)