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 | ç¢^F | 1110011110010010101000100101111001000110 | e792a25e46 |
SJIS-WIN | ??¢^F | 001111110011111110000001100100010101111001000110 | 3f3f81915e46 |
EUC-JP | ç?¢^F | 1000111110101011101011100011111110100001111100010101111001000110 | 8fabae3fa1f15e46 |
UTF-8 | ç¢^F | 1100001110100111110000101001001011000010101000100101111001000110 | c3a7c292c2a25e46 |
UHC | ???^F | 0011111100111111001111110101111001000110 | 3f3f3f5e46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)