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 | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-WIN | 橈??h橈?? | 100111101111010000111111001111110110100010011110111101000011111100111111 | 9ef43f3f689ef43f3f |
EUC-JP | 橈??h橈?? | 110111001111011000111111001111110110100011011100111101100011111100111111 | dcf63f3f68dcf63f3f |
UTF-8 | 橈롳쉼h橈롳쉼 | 11100110101010011000100011101011101000011011001111101100100010011011110001101000111001101010100110001000111010111010000110110011111011001000100110111100 | e6a988eba1b3ec89bc68e6a988eba1b3ec89bc |
UHC | 橈롳쉼h橈롳쉼 | 11101000111110101000111011101111101111011011000001101000111010001111101010001110111011111011110110110000 | e8fa8eefbdb068e8fa8eefbdb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)