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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 渼爾 | 11111011010010011000111010100010 | fb498ea2 |
EUC-JP | 渼爾 | 1000111111000111111100001011110010100100 | 8fc7f0bca4 |
UTF-8 | 渼爾 | 111001101011100010111100111001111000100010111110 | e6b8bce788be |
UHC | 渼爾 | 11011010101101001110110010110011 | dab4ecb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)