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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 聳? | 111000111101111000111111 | e3de3f |
EUC-JP | 聳? | 111001101110000000111111 | e6e03f |
UTF-8 | 聳법 | 111010001000000110110011111010111011001010010101 | e881b3ebb295 |
UHC | 聳법 | 11101001110001101011100111111101 | e9c6b9fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)