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 | 升??鴉 | 100011111010000100111111001111111110100111101011 | 8fa13f3fe9eb |
EUC-JP | 升??鴉 | 101111101010001100111111001111111111001011101101 | bea33f3ff2ed |
UTF-8 | 升땹뢊鴉 | 111001011000110110000111111010111001010110111001111010111010001010001010111010011011010010001001 | e58d87eb95b9eba28ae9b489 |
UHC | 升땹뢊鴉 | 1110001110101110100010111000111110001111010001101110010010111100 | e3ae8b8f8f46e4bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)