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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 隴ャ蠎ュ諤 | 1110100010101101101011001110010110111010101011011110011010000000 | e8adace5baade680 |
EUC-JP | 隴ャ蠎ュ諤 | 11110000101011111000111010101100111010101011110010001110101011011110101111100000 | f0af8eaceabc8eadebe0 |
UTF-8 | 隴ャ蠎ュ諤 | 111010011001101010110100111011111011110110101100111010001010000010001110111011111011110110101101111010001010101110100100 | e99ab4efbdace8a08eefbdade8aba4 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)