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 | 畏х? | 1000100011011000100001001000011100111111 | 88d884873f |
EUC-JP | 畏х? | 1011000011011010101001111110011100111111 | b0daa7e73f |
UTF-8 | 畏х쪎 | 1110011110010101100011111101000110000101111011001010101010001110 | e7958fd185ecaa8e |
UHC | 畏х쪎 | 111010001110011010101100111001111010010110001000 | e8e6ace7a588 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)