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 | C¢¥J | 1001001001000011100100011010001010010001101001011001001001001010 | 924391a291a5924a |
SJIS-WIN | ?C?¢?¥?J | 00111111010000110011111110000001100100010011111110000001100011110011111101001010 | 3f433f81913f818f3f4a |
EUC-JP | ?C?¢???J | 001111110100001100111111101000011111000100111111001111110011111101001010 | 3f433fa1f13f3f3f4a |
UTF-8 | C¢¥J | 1100001010010010010000111100001010010001110000101010001011000010100100011100001010100101110000101001001001001010 | c29243c291c2a2c291c2a5c2924a |
UHC | ?C?????J | 0011111101000011001111110011111100111111001111110011111101001010 | 3f433f3f3f3f3f4a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)