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 | 跏セ鬯夂 | 11100110111001101011111011101001101011001001101011100111 | e6e6bee9ac9ae7 |
EUC-JP | 跏セ鬯夂 | 1110110011101000100011101011111011110010101011101101010011101001 | ece88ebef2aed4e9 |
UTF-8 | 跏セ鬯夂 | 111010001011011110001111111011111011110110111110111010011010110010101111111001011010010010000010 | e8b78fefbdbee9acafe5a482 |
UHC | 跏??? | 1100101010111010001111110011111100111111 | caba3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)