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 | 韶泌綾霈 | 1110100011101110100101001110010110001000101110111110100010111100 | e8ee94e588bbe8bc |
EUC-JP | 韶泌綾霈 | 1111000011110000110010001110011110110000101111011111000010111110 | f0f0c8e7b0bdf0be |
UTF-8 | 韶泌綾霈 | 111010011001111110110110111001101011001110001100111001111011011010111110111010011001110010001000 | e99fb6e6b38ce7b6bee99c88 |
UHC | 韶泌綾? | 11100001110100101111100110110010110101111101001100111111 | e1d2f9b2d7d33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)