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 | 閻ょ | 11101000100001011000001011100101 | e88582e5 |
EUC-JP | 閻ょ | 11101111111001011010010011100111 | efe5a4e7 |
UTF-8 | 閻ょ | 111010011001011010111011111000111000001010000111 | e996bbe38287 |
UHC | 閻ょ | 11100111101000101010101011100111 | e7a2aae7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)