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 | 樂ョㅎ^ | 11101111101001101011111111100011100000111010011111100011100001011000111001011110 | efa6bfe383a7e3858e5e |
UHC | 樂ョㅎ^ | 11101000111110011010101111100111101001001011111001011110 | e8f9abe7a4be5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)