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 | ウッサ霆ク | 101100111010111110111011111010001011101110111000 | b3afbbe8bbb8 |
EUC-JP | ウッサ霆ク | 10001110101100111000111010101111100011101011101111110000101111011000111010111000 | 8eb38eaf8ebbf0bd8eb8 |
UTF-8 | ウッサ霆ク | 111011111011110110110011111011111011110110101111111011111011110110111011111010011001110010000110111011111011110110111000 | efbdb3efbdafefbdbbe99c86efbdb8 |
UHC | ???霆? | 001111110011111100111111111011111111110100111111 | 3f3f3feffd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)