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 | 髻ウ緕 | 1110100110011111101100111110001110001110 | e99fb3e38e |
EUC-JP | 髻ウ緕 | 111100101010000110001110101100111110010111101110 | f2a18eb3e5ee |
UTF-8 | 髻ウ緕 | 111010011010101110111011111011111011110110110011111001111011011110010101 | e9abbbefbdb3e7b795 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)