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 | 矮眈狢 | 111000011110001011100001101111001110000011000000 | e1e2e1bce0c0 |
EUC-JP | 矮眈狢 | 111000101110010011100010101111101110000011000010 | e2e4e2bee0c2 |
UTF-8 | 矮眈狢 | 111001111001111110101110111001111001110010001000111001111000101110100010 | e79faee79c88e78ba2 |
UHC | 矮眈? | 1110100011100001111101111010111100111111 | e8e1f7af3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)