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 | ?????cZ | 00111111001111110011111100111111001111110110001101011010 | 3f3f3f3f3f635a |
SJIS-WIN | 源?o雍?cZ | 10001100101110010011111110000010100011111110100010110100001111110110001101011010 | 8cb93f828fe8b43f635a |
EUC-JP | 源?o雍?cZ | 10111000101110110011111110100011111011111111000010110110001111110110001101011010 | b8bb3fa3eff0b63f635a |
UTF-8 | 源장o雍렟cZ | 1110011010111010100100001110110010011110101001011110111110111101100011111110100110011011100011011110101110100000100111110110001101011010 | e6ba90ec9ea5efbd8fe99b8deba09f635a |
UHC | 源장o雍렟cZ | 111010101011100111000000111001011010001111101111111010001011110010001110101100000110001101011010 | eab9c0e5a3efe8bc8eb0635a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)