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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 蠇テB | 1111101110100001100000110110010101000010 | fba1836542 |
EUC-JP | ?テB | 00111111101001011100011001000010 | 3fa5c642 |
UTF-8 | 蠇テB | 11101000101000001000011111100011100000111000011001000010 | e8a087e3838642 |
UHC | ?テB | 00111111101010111100011001000010 | 3fabc642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)