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 | 蜊廷ц | 111001011000110110010010111011001000010010001000 | e58d92ec8488 |
EUC-JP | 蜊廷ц | 111010011110110111000100111011101010011111101000 | e9edc4eea7e8 |
UTF-8 | 蜊廷ц | 1110100010011100100010101110010110111011101101111101000110000110 | e89c8ae5bbb7d186 |
UHC | ?廷ц | 0011111111101111110101011010110011101000 | 3fefd5ace8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)