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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 壯↑?狎 | 10011010111000011000000110101010001111111110000010111110 | 9ae181aa3fe0be |
EUC-JP | 壯↑?狎 | 11010100111000111010001010101100001111111110000011000000 | d4e3a2ac3fe0c0 |
UTF-8 | 壯↑덱狎 | 111001011010001110101111111000101000011010010001111010111000110110110001111001111000101110001110 | e5a3afe28691eb8db1e78b8e |
UHC | 壯↑덱狎 | 1110110111100000101000011110100010110101101001101110010011100100 | ede0a1e8b5a6e4e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)