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 | ?®? | 001111111010111000111111 | 3fae3f |
SJIS-WIN | 傲?? | 10011000111111000011111100111111 | 98fc3f3f |
EUC-JP | 傲®? | 110100001111111010001111101000101110111000111111 | d0fe8fa2ee3f |
UTF-8 | 傲®땼 | 1110010110000010101100101100001010101110111010111001010110111100 | e582b2c2aeeb95bc |
UHC | 傲®땼 | 111001111110110010100010111001111000101110010010 | e7eca2e78b92 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)