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 | 韈夲スィ鞨ィ | 111010001110011110011010111011111011110110101000111010001110000010101000 | e8e79aefbda8e8e0a8 |
EUC-JP | 韈夲スィ鞨ィ | 111100001110100111010100111100011000111010111101100011101010100011110000111000101000111010101000 | f0e9d4f18ebd8ea8f0e28ea8 |
UTF-8 | 韈夲スィ鞨ィ | 111010011001111110001000111001011010010010110010111011111011110110111101111011111011110110101000111010011001111010101000111011111011110110101000 | e99f88e5a4b2efbdbdefbda8e99ea8efbda8 |
UHC | ????鞨? | 00111111001111110011111100111111110010101110101000111111 | 3f3f3f3fcaea3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)