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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??ァ∵ | 001111110011111110000011010000001000000111100110 | 3f3f834081e6 |
EUC-JP | ??ァ∵ | 001111110011111110100101101000011010001011101000 | 3f3fa5a1a2e8 |
UTF-8 | 룶쾹ァ∵ | 111010111010001110110110111011001011111010111001111000111000001010100001111000101000100010110101 | eba3b6ecbeb9e382a1e288b5 |
UHC | 룶쾹ァ∵ | 1000111110101011101100101000111110101011101000011010000111110001 | 8fabb28faba1a1f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)