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 | ?納咐?筌 | 0011111110010100010110111001100111110011001111111110001010100011 | 3f945b99f33fe2a3 |
EUC-JP | ?納咐?筌 | 0011111111000111101111001101001011110101001111111110010010100101 | 3fc7bcd2f53fe4a5 |
UTF-8 | 룶納咐룫筌 | 111010111010001110110110111001111011010010001101111001011001001010010000111010111010001110101011111001111010110110001100 | eba3b6e7b48de59290eba3abe7ad8c |
UHC | 룶納咐룫筌 | 10001111101010111101001010100001110111001111101110001111101000101110111110100111 | 8fabd2a1dcfb8fa2efa7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)