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 | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
SJIS-WIN | 要??晤??] | 100101110111011000111111001111111001110111101011001111110011111101011101 | 97763f3f9deb3f3f5d |
EUC-JP | 要??晤??] | 110011011101011100111111001111111101101011101101001111110011111101011101 | cdd73f3fdaed3f3f5d |
UTF-8 | 要ㅿ슨晤볩슘] | 11101000101001101000000111100011100001011011111111101100100010101010100011100110100110011010010011101011101100111010100111101100100010101001100001011101 | e8a681e385bfec8aa8e699a4ebb3a9ec8a985d |
UHC | 要ㅿ슨晤볩슘] | 11101001101010011010010011101111101111011011110011100111111110111001001111101111101111011011011101011101 | e9a9a4efbdbce7fb93efbdb75d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)