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 | 借隯而 | 100011101101100011111011111011001000111010100111 | 8ed8fbec8ea7 |
EUC-JP | 借隯而 | 10111100110110101000111111100110111011111011110010101001 | bcda8fe6efbca9 |
UTF-8 | 借隯而 | 111001011000000010011111111010011001101010101111111010001000000010001100 | e5809fe99aafe8808c |
UHC | 借?而 | 1111001110101000001111111110110010111011 | f3a83fecbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)