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 | 舅犒菴 | 111001000110111011100000101101011110010010111101 | e46ee0b5e4bd |
EUC-JP | 舅犒菴 | 111001111100111111100000101101111110100010111111 | e7cfe0b7e8bf |
UTF-8 | 舅犒菴 | 111010001000100010000101111001111000101010010010111010001000111110110100 | e88885e78a92e88fb4 |
UHC | 舅?菴 | 1100111111000000001111111110010011100000 | cfc03fe4e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)