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 | ??早 | 00111111001111111001000110000001 | 3f3f9181 |
EUC-JP | ??早 | 00111111001111111100000111100001 | 3f3fc1e1 |
UTF-8 | 센셈早 | 111011001000010010111100111011001000010110001000111001101001011110101001 | ec84bcec8588e697a9 |
UHC | 센셈早 | 101111001011111010111100110000001111000011000100 | bcbebcc0f0c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)