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 | 邊玲援 | 111001111011001010010111111001101000100110000111 | e7b297e68987 |
EUC-JP | 邊玲援 | 111011101011010011001110111010001011000111100111 | eeb4cee8b1e7 |
UTF-8 | 邊玲援 | 111010011000001010001010111001111000111010110010111001101000111110110100 | e9828ae78eb2e68fb4 |
UHC | 邊玲援 | 110111001010101111010110101111001110101010110101 | dcabd6bceab5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)