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 | ???nD^ | 001111110011111100111111011011100100010001011110 | 3f3f3f6e445e |
SJIS-WIN | 橈??nD^ | 10011110111101000011111100111111011011100100010001011110 | 9ef43f3f6e445e |
EUC-JP | 橈??nD^ | 11011100111101100011111100111111011011100100010001011110 | dcf63f3f6e445e |
UTF-8 | 橈롳쉼nD^ | 111001101010100110001000111010111010000110110011111011001000100110111100011011100100010001011110 | e6a988eba1b3ec89bc6e445e |
UHC | 橈롳쉼nD^ | 111010001111101010001110111011111011110110110000011011100100010001011110 | e8fa8eefbdb06e445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)