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 | ??V | 001111110011111101010110 | 3f3f56 |
SJIS-WIN | 粧?V | 10001111110011110011111101010110 | 8fcf3f56 |
EUC-JP | 粧?V | 10111110110100010011111101010110 | bed13f56 |
UTF-8 | 粧둕V | 11100111101100101010011111101011100100011001010101010110 | e7b2a7eb919556 |
UHC | 粧둕V | 1110110111110010100010100100111001010110 | edf28a4e56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)