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 | ???{d | 0011111100111111001111110111101101100100 | 3f3f3f7b64 |
SJIS-WIN | 瀛??{d | 111000000110100100111111001111110111101101100100 | e0693f3f7b64 |
EUC-JP | 瀛??{d | 110111111100101000111111001111110111101101100100 | dfca3f3f7b64 |
UTF-8 | 瀛걦뢊{d | 1110011110000000100110111110101010110001101001101110101110100010100010100111101101100100 | e7809beab1a6eba28a7b64 |
UHC | 瀛걦뢊{d | 1110011110111010100000011000111110001111010001100111101101100100 | e7ba818f8f467b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)