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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 萍聘}萍聘{^ | 1110010011001010111000111101100101111101111001001100101011100011110110010111101101011110 | e4cae3d97de4cae3d97b5e |
EUC-JP | 萍聘}萍聘{^ | 1110100011001100111001101101101101111101111010001100110011100110110110110111101101011110 | e8cce6db7de8cce6db7b5e |
UTF-8 | 萍聘}萍聘{^ | 111010001001000010001101111010001000000110011000011111011110100010010000100011011110100010000001100110000111101101011110 | e8908de881987de8908de881987b5e |
UHC | 萍聘}萍聘{^ | 1111100011000011110111101011110101111101111110001100001111011110101111010111101101011110 | f8c3debd7df8c3debd7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)