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 | 鮓ッ繞 | 1110100110110110101011111110001110000101 | e9b6afe385 |
EUC-JP | 鮓ッ繞 | 111100101011100010001110101011111110010111100101 | f2b88eafe5e5 |
UTF-8 | 鮓ッ繞 | 111010011010111010010011111011111011110110101111111001111011100110011110 | e9ae93efbdafe7b99e |
UHC | ??繞 | 00111111001111111110100110100100 | 3f3fe9a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)