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 | ??D?? | 0011111100111111010001000011111100111111 | 3f3f443f3f |
SJIS-WIN | 赳ュD鞜懷 | 1110011011100000101011010100010011101000110111111001110011100101 | e6e0ad44e8df9ce5 |
EUC-JP | 赳ュD鞜懷 | 111011001110001010001110101011010100010011110000111000011101100011100111 | ece28ead44f0e1d8e7 |
UTF-8 | 赳ュD鞜懷 | 11101000101101011011001111101111101111011010110101000100111010011001111010011100111001101000011110110111 | e8b5b3efbdad44e99e9ce687b7 |
UHC | 赳?D?懷 | 11010000101011110011111101000100001111111111110011100011 | d0af3f443ffce3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)