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 | û[û·û[û·^ | 111110110101101111111011101101111111101101011011111110111011011101011110 | fb5bfbb7fb5bfbb75e |
SJIS-WIN | ?[???[??^ | 001111110101101100111111001111110011111101011011001111110011111101011110 | 3f5b3f3f3f5b3f3f5e |
EUC-JP | û[û?û[û?^ | 1000111110101011111001010101101110001111101010111110010100111111100011111010101111100101010110111000111110101011111001010011111101011110 | 8fabe55b8fabe53f8fabe55b8fabe53f5e |
UTF-8 | û[û·û[û·^ | 110000111011101101011011110000111011101111000010101101111100001110111011010110111100001110111011110000101011011101011110 | c3bb5bc3bbc2b7c3bb5bc3bbc2b75e |
UHC | ?[?·?[?·^ | 0011111101011011001111111010000110100100001111110101101100111111101000011010010001011110 | 3f5b3fa1a43f5b3fa1a45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)