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 | 鶯??節←? | 111010011111001000111111001111111001000011011111100000011010100100111111 | e9f23f3f90df81a93f |
EUC-JP | 鶯??節←? | 111100101111010000111111001111111100000011100001101000101010101100111111 | f2f43f3fc0e1a2ab3f |
UTF-8 | 鶯뚦렡節←뮵 | 111010011011011010101111111010111001101010100110111010111010000010100001111001111010111110000000111000101000011010010000111010111010111010110101 | e9b6afeb9aa6eba0a1e7af80e28690ebaeb5 |
UHC | 鶯뚦렡節←뮵 | 111001011010001110001100111001011000111010110010111011111011110110100001111001111001001010111101 | e5a38ce58eb2efbda1e792bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)