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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 辯滔ィゥ | 111001111000011110011111111010111010100010101001 | e7879feba8a9 |
EUC-JP | 辯滔ィゥ | 1110110111100111110111101110110110001110101010001000111010101001 | ede7deed8ea88ea9 |
UTF-8 | 辯滔ィゥ | 111010001011111010101111111001101011101110010100111011111011110110101000111011111011110110101001 | e8beafe6bb94efbda8efbda9 |
UHC | 辯滔?? | 110111001010101011010100101001010011111100111111 | dcaad4a53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)