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 | 001111110011111101110110 | 3f3f76 |
SJIS-WIN | ?匿v | 00111111100100111011110101110110 | 3f93bd76 |
EUC-JP | ?匿v | 00111111110001101011111101110110 | 3fc6bf76 |
UTF-8 | 룶匿v | 11101011101000111011011011100101100011001011111101110110 | eba3b6e58cbf76 |
UHC | 룶匿v | 1000111110101011110100101111101101110110 | 8fabd2fb76 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)