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 | 萓晨煙雹 | 1110010010111110100111011110110110001001100011001110100010111001 | e4be9ded898ce8b9 |
EUC-JP | 萓晨煙雹 | 1110100011000000110110101110111110110001111011001111000010111011 | e8c0daefb1ecf0bb |
UTF-8 | 萓晨煙雹 | 111010001001000010010011111001101001100110101000111001111000010110011001111010011001101110111001 | e89093e699a8e78599e99bb9 |
UHC | ?晨煙雹 | 00111111111000111110011111100110110101011101101011011111 | 3fe3e7e6d5dadf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)