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 | 陋滄蒼 | 111010001001101110011111111010011001000110010011 | e89b9fe99193 |
EUC-JP | 陋滄蒼 | 111011111111101111011110111010111100000111110011 | effbdeebc1f3 |
UTF-8 | 陋滄蒼 | 111010011001100110001011111001101011101110000100111010001001001010111100 | e9998be6bb84e892bc |
UHC | 陋滄蒼 | 110101111011000011110011111001111111001111101111 | d7b0f3e7f3ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)