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 | ???nSB | 001111110011111100111111011011100101001101000010 | 3f3f3f6e5342 |
SJIS-WIN | 橈??nSB | 10011110111101000011111100111111011011100101001101000010 | 9ef43f3f6e5342 |
EUC-JP | 橈??nSB | 11011100111101100011111100111111011011100101001101000010 | dcf63f3f6e5342 |
UTF-8 | 橈롳쉼nSB | 111001101010100110001000111010111010000110110011111011001000100110111100011011100101001101000010 | e6a988eba1b3ec89bc6e5342 |
UHC | 橈롳쉼nSB | 111010001111101010001110111011111011110110110000011011100101001101000010 | e8fa8eefbdb06e5342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)