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 | ?然夭 | 0011111110010001010100101001101011101110 | 3f91529aee |
EUC-JP | ?然夭 | 0011111111000001101100111101010011110000 | 3fc1b3d4f0 |
UTF-8 | 뤗然夭 | 111010111010010010010111111001111000010010110110111001011010010010101101 | eba497e784b6e5a4ad |
UHC | 뤗然夭 | 100011111100011111100110110101001110100011101100 | 8fc7e6d4e8ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)