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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | 澔?澔?^ | 100011111100100011101100001111111000111111001000111011000011111101011110 | 8fc8ec3f8fc8ec3f5e |
UTF-8 | 澔램澔램^ | 11100110101111101001010011101011100111101010100011100110101111101001010011101011100111101010100001011110 | e6be94eb9ea8e6be94eb9ea85e |
UHC | 澔램澔램^ | 111110111100101110110111101001011111101111001011101101111010010101011110 | fbcbb7a5fbcbb7a55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)