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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 円??張 | 100010010111111000111111001111111001001010100011 | 897e3f3f92a3 |
EUC-JP | 円??張 | 101100011101111100111111001111111100010010100101 | b1df3f3fc4a5 |
UTF-8 | 円띰풛張 | 111001011000011010000110111010111001110110110000111011011001001010011011111001011011110010110101 | e58686eb9db0ed929be5bcb5 |
UHC | 円띰풛張 | 1110010111110111101101101110111110111110100111101110110111100101 | e5f7b6efbe9eede5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)