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 | ???~? | 0011111100111111001111110111111000111111 | 3f3f3f7e3f |
SJIS-WIN | 橈??~要 | 10011110111101000011111100111111011111101001011101110110 | 9ef43f3f7e9776 |
EUC-JP | 橈??~要 | 11011100111101100011111100111111011111101100110111010111 | dcf63f3f7ecdd7 |
UTF-8 | 橈롳쉼~要 | 11100110101010011000100011101011101000011011001111101100100010011011110001111110111010001010011010000001 | e6a988eba1b3ec89bc7ee8a681 |
UHC | 橈롳쉼~要 | 111010001111101010001110111011111011110110110000011111101110100110101001 | e8fa8eefbdb07ee9a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)