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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 室 | 11110000101100101000111010111010 | f0b28eba |
EUC-JP | ?室 | 001111111011110010111100 | 3fbcbc |
UTF-8 | 室 | 111011101000000110110001111001011010111010100100 | ee81b1e5aea4 |
UHC | ?室 | 001111111110001111111000 | 3fe3f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)