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 | ???AB | 0011111100111111001111110100000101000010 | 3f3f3f4142 |
SJIS-WIN | 峨??AB | 100010011110001100111111001111110100000101000010 | 89e33f3f4142 |
EUC-JP | 峨??AB | 101100101110010100111111001111110100000101000010 | b2e53f3f4142 |
UTF-8 | 峨덊뢉AB | 1110010110110011101010001110101110001101100010101110101110100010100010010100000101000010 | e5b3a8eb8d8aeba2894142 |
UHC | 峨덊뢉AB | 1110010010110001100010001110110110001111010001010100000101000010 | e4b188ed8f454142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)