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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | ??賃B | 0011111100111111100100101100000001000010 | 3f3f92c042 |
EUC-JP | ??賃B | 0011111100111111110001001100001001000010 | 3f3fc4c242 |
UTF-8 | 솽솰賃B | 11101100100001101011110111101100100001101011000011101000101100111000001101000010 | ec86bdec86b0e8b38342 |
UHC | 솽솰賃B | 10111100111000011011110011100000111011001111110001000010 | bce1bce0ecfc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)