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 | 逵e | 11100111100111001000001010000101 | e79c8285 |
EUC-JP | 逵e | 11101101111111001010001111100101 | edfca3e5 |
UTF-8 | 逵e | 111010011000000010110101111011111011110110000101 | e980b5efbd85 |
UHC | 逵e | 11010000101100001010001111100101 | d0b0a3e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)