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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ラー菽 | 110101111011000011100100110000011111000011101011 | d7b0e4c1f0eb |
EUC-JP | ラー菽? | 10001110110101111000111010110000111010001100001100111111 | 8ed78eb0e8c33f |
UTF-8 | ラー菽 | 111011111011111010010111111011111011110110110000111010001000111110111101111011101000001010101010 | efbe97efbdb0e88fbdee82aa |
UHC | ??菽? | 0011111100111111111000101101110100111111 | 3f3fe2dd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)