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 | 霆企棣 | 111010001011101110001010111010011001111010100110 | e8bb8ae99ea6 |
EUC-JP | 霆企棣 | 111100001011110110110100111010111101110010101000 | f0bdb4ebdca8 |
UTF-8 | 霆企棣 | 111010011001110010000110111001001011110010000001111001101010001110100011 | e99c86e4bc81e6a3a3 |
UHC | 霆企? | 1110111111111101110100001110101000111111 | effdd0ea3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)