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 | 隴ッ謔梧升 | 111010001010110110101111111001101000001010001100111001101000111110100001 | e8adafe6828ce68fa1 |
EUC-JP | 隴ッ謔梧升 | 11110000101011111000111010101111111010111110001010111000111010001011111010100011 | f0af8eafebe2b8e8bea3 |
UTF-8 | 隴ッ謔梧升 | 111010011001101010110100111011111011110110101111111010001010110010010100111001101010001010100111111001011000110110000111 | e99ab4efbdafe8ac94e6a2a7e58d87 |
UHC | ??謔梧升 | 0011111100111111111110011100110011100111111111001110001110101110 | 3f3ff9cce7fce3ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)