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 | 衣??錚 | 100010001101111100111111001111111110100001000010 | 88df3f3fe842 |
EUC-JP | 衣??錚 | 101100001110000100111111001111111110111110100011 | b0e13f3fefa3 |
UTF-8 | 衣펩걋錚 | 111010001010000110100011111011011000111010101001111010101011000110001011111010011000110010011010 | e8a1a3ed8ea9eab18be98c9a |
UHC | 衣펩걋錚 | 1110101111111101110001101110100110110000110000001110111010110110 | ebfdc6e9b0c0eeb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)