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 | 魴晧叫奛夲ァ | 1110100110110101100111011110110010001011101010011111101010100001100110101110111110100111 | e9b59dec8ba9faa19aefa7 |
EUC-JP | 魴晧叫奛夲ァ | 11110010101101111101101011101110101101101010101110001111101110001111011111010100111100011000111010100111 | f2b7daeeb6ab8fb8f7d4f18ea7 |
UTF-8 | 魴晧叫奛夲ァ | 111010011010110110110100111001101001100110100111111001011000111110101011111001011010010110011011111001011010010010110010111011111011110110100111 | e9adb4e699a7e58fabe5a59be5a4b2efbda7 |
UHC | ?晧叫??? | 0011111111111011110001011101000010100011001111110011111100111111 | 3ffbc5d0a33f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)