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 | 荵句ュ滉 | 11100100101110011000101111100101101011011001111111100100 | e4b98be5ad9fe4 |
EUC-JP | 荵句ュ滉 | 1110100010111011101101101110011110001110101011011101111011100110 | e8bbb6e78eaddee6 |
UTF-8 | 荵句ュ滉 | 111010001000110110110101111001011000111110100101111011111011110110101101111001101011101110001001 | e88db5e58fa5efbdade6bb89 |
UHC | ?句?滉 | 001111111100111110100011001111111111110011010001 | 3fcfa33ffcd1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)