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 | ò£«ëë¾ | 1111001010100011100011101010101111101011111010111000111010111110 | f2a38eabebeb8ebe |
SJIS-WIN | ?£?????? | 001111111000000110010010001111110011111100111111001111110011111100111111 | 3f81923f3f3f3f3f3f |
EUC-JP | ò£??ëë?? | 100011111010101111010010101000011111001000111111001111111000111110101011101100111000111110101011101100110011111100111111 | 8fabd2a1f23f3f8fabb38fabb33f3f |
UTF-8 | ò£«ëë¾ | 11000011101100101100001010100011110000101000111011000010101010111100001110101011110000111010101111000010100011101100001010111110 | c3b2c2a3c28ec2abc3abc3abc28ec2be |
UHC | ???????¾ | 001111110011111100111111001111110011111100111111001111111010100011111010 | 3f3f3f3f3f3f3fa8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)