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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 獸シメシニシ | 11100000110101111011110011010010101111001100011010111100 | e0d7bcd2bcc6bc |
EUC-JP | 獸シメシニシ | 111000001101100110001110101111001000111011010010100011101011110010001110110001101000111010111100 | e0d98ebc8ed28ebc8ec68ebc |
UTF-8 | 獸シメシニシ | 111001111000110110111000111011111011110110111100111011111011111010010010111011111011110110111100111011111011111010000110111011111011110110111100 | e78db8efbdbcefbe92efbdbcefbe86efbdbc |
UHC | 獸????? | 11100010101011100011111100111111001111110011111100111111 | e2ae3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)