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 | ?餞? | 00111111111010010101001100111111 | 3fe9533f |
EUC-JP | ?餞? | 00111111111100011011010000111111 | 3ff1b43f |
UTF-8 | 뤺餞ㆍ | 111010111010010010111010111010011010010010011110111000111000011010001101 | eba4bae9a49ee3868d |
UHC | 뤺餞ㆍ | 100011111110100011101111101101101010010011111101 | 8fe8efb6a4fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)