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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 浩?愼? | 100011010101111100111111100111001100010000111111 | 8d5f3f9cc43f |
EUC-JP | 浩?愼? | 101110011100000000111111110110001100011000111111 | b9c03fd8c63f |
UTF-8 | 浩렰愼렡 | 111001101011010110101001111010111010000010110000111001101000010010111100111010111010000010100001 | e6b5a9eba0b0e684bceba0a1 |
UHC | 浩렰愼렡 | 1111101111000111100011101011110111100011111001011000111010110010 | fbc78ebde3e58eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)