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 | ???x | 00111111001111110011111101111000 | 3f3f3f78 |
SJIS-WIN | 軏定?x | 111110111011001010010010111010000011111101111000 | fbb292e83f78 |
EUC-JP | 軏定?x | 10001111111000001101100111000100111010100011111101111000 | 8fe0d9c4ea3f78 |
UTF-8 | 軏定搚x | 11101000101110111000111111100101101011101001101011100110100100001001101001111000 | e8bb8fe5ae9ae6909a78 |
UHC | ?定?x | 0011111111101111110100100011111101111000 | 3fefd23f78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)