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?? | 001111110011111100111111011010000011111100111111 | 3f3f3f683f3f |
SJIS-WIN | 瓦??h瓦? | 1000101010100010001111110011111101101000100010101010001000111111 | 8aa23f3f688aa23f |
EUC-JP | 瓦??h瓦? | 1011010010100100001111110011111101101000101101001010010000111111 | b4a43f3f68b4a43f |
UTF-8 | 瓦븝쉑h瓦븝 | 11100111100100111010011011101011101110001001110111101100100010011001000101101000111001111001001110100110111010111011100010011101 | e793a6ebb89dec899168e793a6ebb89d |
UHC | 瓦븝쉑h瓦븝 | 1110100010111111101110101110111110111101101001110110100011101000101111111011101011101111 | e8bfbaefbda768e8bfbaef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)