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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 亨??亨??B | 100010111001110000111111001111111000101110011100001111110011111101000010 | 8b9c3f3f8b9c3f3f42 |
EUC-JP | 亨??亨??B | 101101011111110000111111001111111011010111111100001111110011111101000010 | b5fc3f3fb5fc3f3f42 |
UTF-8 | 亨욤나亨룟츒B | 11100100101110101010100011101100100110101010010011101011100000101001100011100100101110101010100011101011101000111001111111101100101110001001001001000010 | e4baa8ec9aa4eb8298e4baa8eba39fecb89242 |
UHC | 亨욤나亨룟츒B | 11111010111110111011111111101000101100111010101011111010111110111011011111100101101011101000110101000010 | fafbbfe8b3aafafbb7e5ae8d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)