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癲? | 11100001100111110011111101101000111000011001111100111111 | e19f3f68e19f3f |
EUC-JP | 癲?h癲? | 11100010101000010011111101101000111000101010000100111111 | e2a13f68e2a13f |
UTF-8 | 癲멛h癲멛 | 11100111100110011011001011101011101010011001101101101000111001111001100110110010111010111010100110011011 | e799b2eba99b68e799b2eba99b |
UHC | 癲멛h癲멛 | 111011111010011010010001010011000110100011101111101001101001000101001100 | efa6914c68efa6914c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)