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 | ð·¦ûÒÎ | 11110000101101111000111010100110111110111101001011001110 | f0b78ea6fbd2ce |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ð??¦ûÒÎ | 1000111110101001110000110011111100111111100011111010001011000011100011111010101111100101100011111010101011010010100011111010101011000010 | 8fa9c33f3f8fa2c38fabe58faad28faac2 |
UTF-8 | ð·¦ûÒÎ | 1100001110110000110000101011011111000010100011101100001010100110110000111011101111000011100100101100001110001110 | c3b0c2b7c28ec2a6c3bbc392c38e |
UHC | ð·????? | 101010011010001110100001101001000011111100111111001111110011111100111111 | a9a3a1a43f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)