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 | ??cB | 00111111001111110110001101000010 | 3f3f6342 |
SJIS-WIN | 爵灼cB | 100011101101110110001110110111000110001101000010 | 8edd8edc6342 |
EUC-JP | 爵灼cB | 101111001101111110111100110111100110001101000010 | bcdfbcde6342 |
UTF-8 | 爵灼cB | 1110011110001000101101011110011110000001101111000110001101000010 | e788b5e781bc6342 |
UHC | 爵灼cB | 111011011100100111101101110001110110001101000010 | edc9edc76342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)