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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??苑??寃 | 0011111100111111100010011001000100111111001111111001101110000011 | 3f3f89913f3f9b83 |
EUC-JP | ??苑??寃 | 0011111100111111101100011111000100111111001111111101010111100011 | 3f3fb1f13f3fd5e3 |
UTF-8 | 룵에苑룵에寃 | 111010111010001110110101111011001001011110010000111010001000101110010001111010111010001110110101111011001001011110010000111001011010111110000011 | eba3b5ec9790e88b91eba3b5ec9790e5af83 |
UHC | 룵에苑룵에寃 | 100011111010101010111111101000011110101010111101100011111010101010111111101000011110101010110010 | 8faabfa1eabd8faabfa1eab2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)