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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 莵贏場ロB | 1110010010110111111001101101010110001111111010101101101101000010 | e4b7e6d58feadb42 |
EUC-JP | 莵贏場ロB | 111010001011100111101100110101111011111011101100100011101101101101000010 | e8b9ecd7beec8edb42 |
UTF-8 | 莵贏場ロB | 11101000100011101011010111101000101101001000111111100101101000001011010011101111101111101001101101000010 | e88eb5e8b48fe5a0b4efbe9b42 |
UHC | ??場?B | 001111110011111111101101110111100011111101000010 | 3f3fedde3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)