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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 豐ョ彧 | 1110011010110010101011101111101010111001 | e6b2aefab9 |
EUC-JP | 豐ョ彧 | 11101100101101001000111010101110100011111011110011111110 | ecb48eae8fbcfe |
UTF-8 | 豐ョ彧 | 111010001011000110010000111011111011110110101110111001011011110110100111 | e8b190efbdaee5bda7 |
UHC | ??彧 | 00111111001111111110100111101110 | 3f3fe9ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)