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 | «ðû©Êû | 1000111110101011111100001111101110001111101010011100101011111011 | 8fabf0fb8fa9cafb |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ??ðû?©Êû | 001111110011111110001111101010011100001110001111101010111110010100111111100011111010001011101101100011111010101010110100100011111010101111100101 | 3f3f8fa9c38fabe53f8fa2ed8faab48fabe5 |
UTF-8 | «ðû©Êû | 11000010100011111100001010101011110000111011000011000011101110111100001010001111110000101010100111000011100010101100001110111011 | c28fc2abc3b0c3bbc28fc2a9c38ac3bb |
UHC | ??ð????? | 001111110011111110101001101000110011111100111111001111110011111100111111 | 3f3fa9a33f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)