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 | ?ョ?歪 | 001111111000001110000111001111111001100001100011 | 3f83873f9863 |
EUC-JP | 邕ョ?歪 | 1000111111100001111011011010010111100111001111111100111111000100 | 8fe1eda5e73fcfc4 |
UTF-8 | 邕ョ깑歪 | 111010011000001010010101111000111000001110100111111010101011100110010001111001101010110110101010 | e98295e383a7eab991e6adaa |
UHC | 邕ョ깑歪 | 1110100010111011101010111110011110000011100010111110100011100000 | e8bbabe7838be8e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)