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 | ?湘? | 00111111100011111100001100111111 | 3f8fc33f |
EUC-JP | ?湘馹 | 001111111011111011000101100011111110100110100001 | 3fbec58fe9a1 |
UTF-8 | 쒜湘馹 | 111011001001001010011100111001101011100110011000111010011010011010111001 | ec929ce6b998e9a6b9 |
UHC | 쒜湘馹 | 101111101010111011011111110011111110110011110001 | beaedfcfecf1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)