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 | 灼社璽 | 100011101101110010001110110100001000111010100011 | 8edc8ed08ea3 |
EUC-JP | 灼社璽 | 101111001101111010111100110100101011110010100101 | bcdebcd2bca5 |
UTF-8 | 灼社璽 | 111001111000000110111100111001111010010010111110111001111001001010111101 | e781bce7a4bee792bd |
UHC | 灼社璽 | 111011011100011111011110111001001101111111011110 | edc7dee4dfde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)