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 | 豕幄亨 | 111001101011001110011011111010001000101110011100 | e6b39be88b9c |
EUC-JP | 豕幄亨 | 111011001011010111010110111010101011010111111100 | ecb5d6eab5fc |
UTF-8 | 豕幄亨 | 111010001011000110010101111001011011100110000100111001001011101010101000 | e8b195e5b984e4baa8 |
UHC | 豕幄亨 | 111000111100111011100100110000011111101011111011 | e3cee4c1fafb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)