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 | 00111111011111010110100100111111011111010110100101000010 | 3f7d693f7d6942 |
SJIS-WIN | 隨}i隨}iB | 111001111010110001111101011010011110011110101100011111010110100101000010 | e7ac7d69e7ac7d6942 |
EUC-JP | 隨}i隨}iB | 111011101010111001111101011010011110111010101110011111010110100101000010 | eeae7d69eeae7d6942 |
UTF-8 | 隨}i隨}iB | 1110100110011010101010000111110101101001111010011001101010101000011111010110100101000010 | e99aa87d69e99aa87d6942 |
UHC | 隨}i隨}iB | 111000101100101101111101011010011110001011001011011111010110100101000010 | e2cb7d69e2cb7d6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)