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 | 終嵌? | 1000111101001001100110111100011000111111 | 8f499bc63f |
EUC-JP | 終嵌? | 1011110110101010110101101100100000111111 | bdaad6c83f |
UTF-8 | 終嵌값 | 111001111011010110000010111001011011010110001100111010101011000010010010 | e7b582e5b58ceab092 |
UHC | 終嵌값 | 111100001111101111001010111011101011000010101010 | f0fbcaeeb0aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)