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 | 鋌?鋌?^ | 100011111110010010111011001111111000111111100100101110110011111101011110 | 8fe4bb3f8fe4bb3f5e |
UTF-8 | 鋌樂鋌樂^ | 11101001100010111000110011101111101001011001110011101001100010111000110011101111101001011001110001011110 | e98b8cefa59ce98b8cefa59c5e |
UHC | 鋌樂鋌樂^ | 111011111111101111010101101001011110111111111011110101011010010101011110 | effbd5a5effbd5a55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)