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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 濟?耳?諄 | 1110000001011010001111111000111010101000001111111110011001111000 | e05a3f8ea83fe678 |
EUC-JP | 濟?耳?諄 | 1101111110111011001111111011110010101010001111111110101111011001 | dfbb3fbcaa3febd9 |
UTF-8 | 濟렋耳렋諄 | 111001101011111110011111111010111010000010001011111010001000000010110011111010111010000010001011111010001010101110000100 | e6bf9feba08be880b3eba08be8ab84 |
UHC | 濟렋耳렋諄 | 11110000101011011000111010100010111011001011110010001110101000101110001011110100 | f0ad8ea2ecbc8ea2e2f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)