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 | ?納咐?癲 | 0011111110010100010110111001100111110011001111111110000110011111 | 3f945b99f33fe19f |
EUC-JP | ?納咐?癲 | 0011111111000111101111001101001011110101001111111110001010100001 | 3fc7bcd2f53fe2a1 |
UTF-8 | 룶納咐룫癲 | 111010111010001110110110111001111011010010001101111001011001001010010000111010111010001110101011111001111001100110110010 | eba3b6e7b48de59290eba3abe799b2 |
UHC | 룶納咐룫癲 | 10001111101010111101001010100001110111001111101110001111101000101110111110100110 | 8fabd2a1dcfb8fa2efa6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)