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 | 100100011010000110010001101001011001001001000010100100100101100101000010 | 91a191a59242925942 |
EUC-JP | 贈則達炭B | 110000101010001111000010101001111100001110100011110000111011101001000010 | c2a3c2a7c3a3c3ba42 |
UTF-8 | 贈則達炭B | 11101000101101001000100011100101100010011000011111101001100000011001010011100111100000101010110101000010 | e8b488e58987e98194e782ad42 |
UHC | 贈則達炭B | 111100011111110011110110110011101101001110111001111101111010100101000010 | f1fcf6ced3b9f7a942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)