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 | ???LB | 0011111100111111001111110100110001000010 | 3f3f3f4c42 |
SJIS-WIN | 鹽??LB | 111010100110010000111111001111110100110001000010 | ea643f3f4c42 |
EUC-JP | 鹽??LB | 111100111100010100111111001111110100110001000010 | f3c53f3f4c42 |
UTF-8 | 鹽양툧LB | 1110100110111001101111011110110010010110100100011110110110001000101001110100110001000010 | e9b9bdec9691ed88a74c42 |
UHC | 鹽양툧LB | 1110011110100100101111101110011110111000100111100100110001000010 | e7a4bee7b89e4c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)