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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ???撓??? | 0011111100111111001111111001110110011010001111110011111100111111 | 3f3f3f9d9a3f3f3f |
EUC-JP | ???撓??? | 0011111100111111001111111101100111111010001111110011111100111111 | 3f3f3fd9fa3f3f3f |
UTF-8 | 遼⑼숱撓뽪뎸짠 | 111011111010011110000011111000101001000110111100111011001000100010110001111001101001001010010011111010111011110110101010111010111000111010111000111011001010011110100000 | efa783e291bcec88b1e69293ebbdaaeb8eb8eca7a0 |
UHC | 遼⑼숱撓뽪뎸짠 | 1110100110101100101010011110111110111101101000101110100011110101100101101110011010001001100010111100001010100111 | e9aca9efbda2e8f596e6898bc2a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)