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 | 拙?? | 10010000110110010011111100111111 | 90d93f3f |
EUC-JP | 拙?? | 11000000110110110011111100111111 | c0db3f3f |
UTF-8 | 拙렏識 | 111001101000101110011001111010111010000010001111111011111010011110111100 | e68b99eba08fefa7bc |
UHC | 拙렏識 | 111100001111000010001110101001011111001010111101 | f0f08ea5f2bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)