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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 粲箚癇 | 111000101110101011100010101100101110000110010010 | e2eae2b2e192 |
EUC-JP | 粲箚癇 | 111001001110110011100100101101001110000111110010 | e4ece4b4e1f2 |
UTF-8 | 粲箚癇 | 111001111011001010110010111001111010111010011010111001111001100110000111 | e7b2b2e7ae9ae79987 |
UHC | 粲箚? | 1111001111000100111100111011000000111111 | f3c4f3b03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)