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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ?ョ?^ | 0011111110000011100001110011111101011110 | 3f83873f5e |
EUC-JP | ?ョ?^ | 0011111110100101111001110011111101011110 | 3fa5e73f5e |
UTF-8 | 樂ョ푴^ | 11101111101001101011111111100011100000111010011111101101100100011011010001011110 | efa6bfe383a7ed91b45e |
UHC | 樂ョ푴^ | 11101000111110011010101111100111101111101000001001011110 | e8f9abe7be825e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)