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 | 隴ャ譛 | 1110100010101101101011001110011010011100 | e8adace69c |
EUC-JP | 隴ャ譛 | 111100001010111110001110101011001110101111111100 | f0af8eacebfc |
UTF-8 | 隴ャ譛 | 111010011001101010110100111011111011110110101100111010001010110110011011 | e99ab4efbdace8ad9b |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)