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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?四? | 00111111100011100110110000111111 | 3f8e6c3f |
EUC-JP | ?四? | 00111111101110111100110100111111 | 3fbbcd3f |
UTF-8 | 뤫四ㆍ | 111010111010010010101011111001011001101110011011111000111000011010001101 | eba4abe59b9be3868d |
UHC | 뤫四ㆍ | 100011111101100111011110110011001010010011111101 | 8fd9decca4fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)