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 | 辱?│? | 100100000100101000111111100001001010000000111111 | 904a3f84a03f |
EUC-JP | 辱?│? | 101111111010101100111111101010001010001000111111 | bfab3fa8a23f |
UTF-8 | 辱됰│柳 | 111010001011111010110001111010111001000010110000111000101001010010000010111011111010011110001001 | e8beb1eb90b0e29482efa789 |
UHC | 辱됰│柳 | 1110100110110100100010011110101110100110101000101110101011110111 | e9b489eba6a2eaf7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)