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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | ?刎] | 00111111100110011000011001011101 | 3f99865d |
EUC-JP | ?刎] | 00111111110100011110011001011101 | 3fd1e65d |
UTF-8 | 뤒刎] | 11101011101001001001001011100101100010001000111001011101 | eba492e5888e5d |
UHC | 뤒刎] | 1000111111000010110110011111101101011101 | 8fc2d9fb5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)