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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 譽i?彦? | 1110011010100011100000101000100100111111100101010100011000111111 | e6a382893f95463f |
EUC-JP | 譽i?彦? | 1110110010100101101000111110100100111111110010011010011100111111 | eca5a3e93fc9a73f |
UTF-8 | 譽i쭏彦얗 | 111010001010110110111101111011111011110110001001111011001010110110001111111001011011110110100110111011001001011010010111 | e8adbdefbd89ecad8fe5bda6ec9697 |
UHC | 譽i쭏彦얗 | 11100111111000101010001111101001101001111000100011100101111010011011111011101001 | e7e2a3e9a788e5e9bee9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)