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 | 壯??節δ? | 100110101110000100111111001111111001000011011111100000111100001000111111 | 9ae13f3f90df83c23f |
EUC-JP | 壯??節δ? | 110101001110001100111111001111111100000011100001101001101100010000111111 | d4e33f3fc0e1a6c43f |
UTF-8 | 壯곤슨節δ툑 | 1110010110100011101011111110101010110011101001001110110010001010101010001110011110101111100000001100111010110100111011011000100010010001 | e5a3afeab3a4ec8aa8e7af80ceb4ed8891 |
UHC | 壯곤슨節δ툑 | 111011011110000010110000111011111011110110111100111011111011110110100101111001001011100010001000 | ede0b0efbdbcefbda5e4b888 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)