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 | ??頃 | 00111111001111111000110110100000 | 3f3f8da0 |
EUC-JP | ??頃 | 00111111001111111011101010100010 | 3f3fbaa2 |
UTF-8 | 닳일頃 | 111010111000101110110011111011001001110110111100111010011010000010000011 | eb8bb3ec9dbce9a083 |
UHC | 닳일頃 | 101101001110001011000000110011111100110011110001 | b4e2c0cfccf1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)