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 | ーテ顥 | 10110000110000111111101111110101 | b0c3fbf5 |
EUC-JP | ーテ顥 | 10001110101100001000111011000011100011111110100010110110 | 8eb08ec38fe8b6 |
UTF-8 | ーテ顥 | 111011111011110110110000111011111011111010000011111010011010000110100101 | efbdb0efbe83e9a1a5 |
UHC | ??顥 | 00111111001111111111101111100010 | 3f3ffbe2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)