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 | 001111110011111100111111011110100011111100111111001111110111101001000010 | 3f3f3f7a3f3f3f7a42 |
SJIS-WIN | ???z???zB | 001111110011111100111111011110100011111100111111001111110111101001000010 | 3f3f3f7a3f3f3f7a42 |
EUC-JP | ???z???zB | 001111110011111100111111011110100011111100111111001111110111101001000010 | 3f3f3f7a3f3f3f7a42 |
UTF-8 | 禮녺엿z禮녺엿zB | 111011111010011010110110111010111000010110111010111011001001011110111111011110101110111110100110101101101110101110000101101110101110110010010111101111110111101001000010 | efa6b6eb85baec97bf7aefa6b6eb85baec97bf7a42 |
UHC | 禮녺엿z禮녺엿zB | 111001111101111110000110111001111011111110110011011110101110011111011111100001101110011110111111101100110111101001000010 | e7df86e7bfb37ae7df86e7bfb37a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)