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 | ê°Þ髺 | 1110101010110000110111101110100110001110101010111000111010111010 | eab0dee98eab8eba |
SJIS-WIN | ?°?????? | 001111111000000110001011001111110011111100111111001111110011111100111111 | 3f818b3f3f3f3f3f3f |
EUC-JP | ê°Þé???º | 1000111110101011101101001010000111101011100011111010100110110000100011111010101110110001001111110011111100111111100011111010001011101011 | 8fabb4a1eb8fa9b08fabb13f3f3f8fa2eb |
UTF-8 | ê°Þ髺 | 11000011101010101100001010110000110000111001111011000011101010011100001010001110110000101010101111000010100011101100001010111010 | c3aac2b0c39ec3a9c28ec2abc28ec2ba |
UHC | ?°Þ????º | 0011111110100001110001101010100010101101001111110011111100111111001111111010100010101100 | 3fa1c6a8ad3f3f3f3fa8ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)