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 | 毅??宜 | 100010110100001000111111001111111000101101011000 | 8b423f3f8b58 |
EUC-JP | 毅??宜 | 101101011010001100111111001111111011010110111001 | b5a33f3fb5b9 |
UTF-8 | 毅쎈볏宜 | 111001101010111110000101111011001000111010001000111010111011001110001111111001011010111010011100 | e6af85ec8e88ebb38fe5ae9c |
UHC | 毅쎈볏宜 | 1110101111110110101111011110101110111010101100101110101111110001 | ebf6bdebbab2ebf1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)