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??? | 001111110011111101000100001111110011111100111111 | 3f3f443f3f3f |
SJIS-WIN | 赳ュD鞜懷ー | 111001101110000010101101010001001110100011011111100111001110010110110000 | e6e0ad44e8df9ce5b0 |
EUC-JP | 赳ュD鞜懷ー | 1110110011100010100011101010110101000100111100001110000111011000111001111000111010110000 | ece28ead44f0e1d8e78eb0 |
UTF-8 | 赳ュD鞜懷ー | 11101000101101011011001111101111101111011010110101000100111010011001111010011100111001101000011110110111111011111011110110110000 | e8b5b3efbdad44e99e9ce687b7efbdb0 |
UHC | 赳?D?懷? | 1101000010101111001111110100010000111111111111001110001100111111 | d0af3f443ffce33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)