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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 溫쇾퐳掠녺뭣 | 111001101011101010101011111011001000011110111110111011011001000010110011111011111010010110110101111010111000010110111010111010111010110110100011 | e6baabec87beed90b3efa5b5eb85baebada3 |
UHC | 溫쇾퐳掠녺뭣 | 111010001010111010011001111001001011110110011100111001011011000110000110111001111011100110111101 | e8ae99e4bd9ce5b186e7b9bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)