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 | ?z?zB | 0011111101111010001111110111101001000010 | 3f7a3f7a42 |
SJIS-WIN | 碌z碌zB | 11100001111011110111101011100001111011110111101001000010 | e1ef7ae1ef7a42 |
EUC-JP | 碌z碌zB | 11100010111100010111101011100010111100010111101001000010 | e2f17ae2f17a42 |
UTF-8 | 碌z碌zB | 111001111010001010001100011110101110011110100010100011000111101001000010 | e7a28c7ae7a28c7a42 |
UHC | 碌z碌zB | 11010110110111100111101011010110110111100111101001000010 | d6de7ad6de7a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)