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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 穽??濟?B | 1110001001110110001111110011111111100000010110100011111101000010 | e2763f3fe05a3f42 |
EUC-JP | 穽??濟?B | 1110001111010111001111110011111111011111101110110011111101000010 | e3d73f3fdfbb3f42 |
UTF-8 | 穽쇨운濟렪B | 11100111101010011011110111101100100001111010100011101100100110101011010011100110101111111001111111101011101000001010101001000010 | e7a9bdec87a8ec9ab4e6bf9feba0aa42 |
UHC | 穽쇨운濟렪B | 1110111111110000101111001110101010111111111011101111000010101101100011101011100001000010 | eff0bceabfeef0ad8eb842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)