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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 粤酔奨粤酔奨B | 11100010111000111001000010001100100011111010011111100010111000111001000010001100100011111010011101000010 | e2e3908c8fa7e2e3908c8fa742 |
EUC-JP | 粤酔奨粤酔奨B | 11100100111001011011111111101100101111101010100111100100111001011011111111101100101111101010100101000010 | e4e5bfecbea9e4e5bfecbea942 |
UTF-8 | 粤酔奨粤酔奨B | 11100111101100101010010011101001100001011001010011100101101001011010100011100111101100101010010011101001100001011001010011100101101001011010100001000010 | e7b2a4e98594e5a5a8e7b2a4e98594e5a5a842 |
UHC | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)