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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?簒? | 00111111100110011101001100111111 | 3f99d33f |
EUC-JP | ?簒薏 | 001111111101001011010101100011111101100111011110 | 3fd2d58fd9de |
UTF-8 | 뤴簒薏 | 111010111010010010110100111001111011000010010010111010001001011010001111 | eba4b4e7b092e8968f |
UHC | 뤴簒薏 | 100011111110001011110011110000101110101111111011 | 8fe2f3c2ebfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)