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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 遮識煮七B | 100011101101010110001110101011111000111011001111100011101011010101000010 | 8ed58eaf8ecf8eb542 |
EUC-JP | 遮識煮七B | 101111001101011110111100101100011011110011010001101111001011011101000010 | bcd7bcb1bcd1bcb742 |
UTF-8 | 遮識煮七B | 11101001100000011010111011101000101011011001100011100111100001011010111011100100101110001000001101000010 | e981aee8ad98e785aee4b88342 |
UHC | 遮識煮七B | 111100111011010011100011110110111110110110110100111101101101001001000010 | f3b4e3dbedb4f6d242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)