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 | 予拭? | 1001011101011100100100000100000000111111 | 975c90403f |
EUC-JP | 予拭? | 1100110110111101101111111010000100111111 | cdbdbfa13f |
UTF-8 | 予拭꺤 | 111001001011101010001000111001101000101110101101111010101011101010100100 | e4ba88e68badeabaa4 |
UHC | 予拭꺤 | 111001011111100011100011110101001000001111001010 | e5f8e3d483ca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)