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 | 鮓ッ贒ケ諸シ | 111010011011011010101111111110111010111110111001111110111010100110111100 | e9b6affbafb9fba9bc |
EUC-JP | 鮓ッ贒ケ?シ | 111100101011100010001110101011111000111111011111110000111000111010111001001111111000111010111100 | f2b88eaf8fdfc38eb93f8ebc |
UTF-8 | 鮓ッ贒ケ諸シ | 111010011010111010010011111011111011110110101111111010001011010010010010111011111011110110111001111011111010100010100010111011111011110110111100 | e9ae93efbdafe8b492efbdb9efa8a2efbdbc |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)