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 | 莠先楳 | 111001001011101010010000111001101001010010000000 | e4ba90e69480 |
EUC-JP | 莠先楳 | 111010001011110011000000111010001100011111100000 | e8bcc0e8c7e0 |
UTF-8 | 莠先楳 | 111010001000111010100000111001011000010110001000111001101010010110110011 | e88ea0e58588e6a5b3 |
UHC | ?先? | 00111111111000001011101100111111 | 3fe0bb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)