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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 粤場ロB | 111000101110001110001111111010101101101101000010 | e2e38feadb42 |
EUC-JP | 粤場ロB | 11100100111001011011111011101100100011101101101101000010 | e4e5beec8edb42 |
UTF-8 | 粤場ロB | 11100111101100101010010011100101101000001011010011101111101111101001101101000010 | e7b2a4e5a0b4efbe9b42 |
UHC | ?場?B | 0011111111101101110111100011111101000010 | 3fedde3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)