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 | ??}i??}iB | 001111110011111101111101011010010011111100111111011111010110100101000010 | 3f3f7d693f3f7d6942 |
SJIS-WIN | 旭?}i旭?}iB | 1000100010101110001111110111110101101001100010001010111000111111011111010110100101000010 | 88ae3f7d6988ae3f7d6942 |
EUC-JP | 旭?}i旭?}iB | 1011000010110000001111110111110101101001101100001011000000111111011111010110100101000010 | b0b03f7d69b0b03f7d6942 |
UTF-8 | 旭렔}i旭렔}iB | 1110011010010111101011011110101110100000100101000111110101101001111001101001011110101101111010111010000010010100011111010110100101000010 | e697adeba0947d69e697adeba0947d6942 |
UHC | 旭렔}i旭렔}iB | 11101001111011111000111010101001011111010110100111101001111011111000111010101001011111010110100101000010 | e9ef8ea97d69e9ef8ea97d6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)