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 | 薔h音 | 111001010100101110000010100010001000100110111001 | e54b828889b9 |
EUC-JP | 薔h音 | 111010011010110010100011111010001011001010111011 | e9aca3e8b2bb |
UTF-8 | 薔h音 | 111010001001011010010100111011111011110110001000111010011001111110110011 | e89694efbd88e99fb3 |
UHC | 薔h音 | 111011011111100110100011111010001110101111100101 | edf9a3e8ebe5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)