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 | 100011101101010110001110101011111110100011100010100011101011010101000010 | 8ed58eafe8e28eb542 |
EUC-JP | 遮識鞣七B | 101111001101011110111100101100011111000011100100101111001011011101000010 | bcd7bcb1f0e4bcb742 |
UTF-8 | 遮識鞣七B | 11101001100000011010111011101000101011011001100011101001100111101010001111100100101110001000001101000010 | e981aee8ad98e99ea3e4b88342 |
UHC | 遮識?七B | 1111001110110100111000111101101100111111111101101101001001000010 | f3b4e3db3ff6d242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)