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 | 鼎?劍旭? | 1001001101000011001111111001100110011000100010001010111000111111 | 93433f999888ae3f |
EUC-JP | 鼎?劍旭? | 1100010110100100001111111101000111111000101100001011000000111111 | c5a43fd1f8b0b03f |
UTF-8 | 鼎쾌劍旭렠 | 111010011011110010001110111011001011111010001100111001011000101010001101111001101001011110101101111010111010000010100000 | e9bc8eecbe8ce58a8de697adeba0a0 |
UHC | 鼎쾌劍旭렠 | 11110000101000111100010011101000110010111111110011101001111011111000111010110001 | f0a3c4e8cbfce9ef8eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)