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 | 設淏? | 1001000011011101111110110100001000111111 | 90ddfb423f |
EUC-JP | 設淏? | 110000001101111110001111110001111101100100111111 | c0df8fc7d93f |
UTF-8 | 設淏린 | 111010001010100010101101111001101011011110001111111010111010011010110000 | e8a8ade6b78feba6b0 |
UHC | 設淏린 | 111000001110001011111011110010001011100010110000 | e0e2fbc8b8b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)