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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 升??峨 | 100011111010000100111111001111111000100111100011 | 8fa13f3f89e3 |
EUC-JP | 升??峨 | 101111101010001100111111001111111011001011100101 | bea33f3fb2e5 |
UTF-8 | 升땲딢峨 | 111001011000110110000111111010111001010110110010111010111001010010100010111001011011001110101000 | e58d87eb95b2eb94a2e5b3a8 |
UHC | 升땲딢峨 | 1110001110101110100010111000100010001011010001011110010010110001 | e3ae8b888b45e4b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)