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 | 鞣呈棧 | 111010001110001010010010111001101001111010100000 | e8e292e69ea0 |
EUC-JP | 鞣呈棧 | 111100001110010011000100111010001101110010100010 | f0e4c4e8dca2 |
UTF-8 | 鞣呈棧 | 111010011001111010100011111001011001000110001000111001101010001110100111 | e99ea3e59188e6a3a7 |
UHC | ?呈棧 | 0011111111101111110100001110110111010000 | 3fefd0edd0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)