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 | 甯嫉彧執 | 1111101010101000100011101011100111111010101110011000111010110111 | faa88eb9fab98eb7 |
EUC-JP | 甯嫉彧執 | 10001111110011011010101010111100101110111000111110111100111111101011110010111001 | 8fcdaabcbb8fbcfebcb9 |
UTF-8 | 甯嫉彧執 | 111001111001010010101111111001011010101110001001111001011011110110100111111001011001111110110111 | e794afe5ab89e5bda7e59fb7 |
UHC | ?嫉彧執 | 00111111111100101110110011101001111011101111001011111011 | 3ff2ece9eef2fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)