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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 荵句ュ滉錡 | 111001001011100110001011111001011010110110011111111001001111101111011000 | e4b98be5ad9fe4fbd8 |
EUC-JP | 荵句ュ滉錡 | 1110100010111011101101101110011110001110101011011101111011100110100011111110010011011110 | e8bbb6e78eaddee68fe4de |
UTF-8 | 荵句ュ滉錡 | 111010001000110110110101111001011000111110100101111011111011110110101101111001101011101110001001111010011000110010100001 | e88db5e58fa5efbdade6bb89e98ca1 |
UHC | ?句?滉錡 | 0011111111001111101000110011111111111100110100011101000111000100 | 3fcfa33ffcd1d1c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)