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 | 醯蠖擇 | 111001111100111111100101101111011001110110100010 | e7cfe5bd9da2 |
EUC-JP | 醯蠖擇 | 111011101101000111101010101111111101101010100100 | eed1eabfdaa4 |
UTF-8 | 醯蠖擇 | 111010011000011010101111111010001010000010010110111001101001001110000111 | e986afe8a096e69387 |
UHC | 醯?擇 | 1111101110111000001111111111011111001001 | fbb83ff7c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)