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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 譽i?彦?? | 111001101010001110000010100010010011111110010101010001100011111100111111 | e6a382893f95463f3f |
EUC-JP | 譽i?彦?? | 111011001010010110100011111010010011111111001001101001110011111100111111 | eca5a3e93fc9a73f3f |
UTF-8 | 譽i쭏彦얗릵 | 111010001010110110111101111011111011110110001001111011001010110110001111111001011011110110100110111011001001011010010111111010111010011010110101 | e8adbdefbd89ecad8fe5bda6ec9697eba6b5 |
UHC | 譽i쭏彦얗릵 | 111001111110001010100011111010011010011110001000111001011110100110111110111010011001000010010011 | e7e2a3e9a788e5e9bee99093 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)