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 | 壯↑?椰?? | 100110101110000110000001101010100011111110011110101111010011111100111111 | 9ae181aa3f9ebd3f3f |
EUC-JP | 壯↑?椰?? | 110101001110001110100010101011000011111111011100101111110011111100111111 | d4e3a2ac3fdcbf3f3f |
UTF-8 | 壯↑덱椰됬뀸 | 111001011010001110101111111000101000011010010001111010111000110110110001111001101010010010110000111010111001000010101100111010111000000010111000 | e5a3afe28691eb8db1e6a4b0eb90aceb80b8 |
UHC | 壯↑덱椰됬뀸 | 111011011110000010100001111010001011010110100110111001011010101110001001111001111000010110101110 | ede0a1e8b5a6e5ab89e785ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)