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 | 刈? | 100010101010000000111111 | 8aa03f |
EUC-JP | 刈? | 101101001010001000111111 | b4a23f |
UTF-8 | 刈뒸 | 111001011000100010001000111010111001001010111000 | e58888eb92b8 |
UHC | 刈뒸 | 11100111110101001000101010101111 | e7d48aaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)