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?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 懿?h懿? | 10011100111100100011111101101000100111001111001000111111 | 9cf23f689cf23f |
EUC-JP | 懿?h懿? | 11011000111101000011111101101000110110001111010000111111 | d8f43f68d8f43f |
UTF-8 | 懿렒h懿렒 | 11100110100001111011111111101011101000001001001001101000111001101000011110111111111010111010000010010010 | e687bfeba09268e687bfeba092 |
UHC | 懿렒h懿렒 | 111010111111001110001110101001110110100011101011111100111000111010100111 | ebf38ea768ebf38ea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)