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 | 鼎?劍 | 1001001101000011001111111001100110011000 | 93433f9998 |
EUC-JP | 鼎?劍 | 1100010110100100001111111101000111111000 | c5a43fd1f8 |
UTF-8 | 鼎쾌劍 | 111010011011110010001110111011001011111010001100111001011000101010001101 | e9bc8eecbe8ce58a8d |
UHC | 鼎쾌劍 | 111100001010001111000100111010001100101111111100 | f0a3c4e8cbfc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)