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 | 雕翹病 | 111010001011100011100011110010011001010101100001 | e8b8e3c99561 |
EUC-JP | 雕翹病 | 111100001011101011100110110010111100100111000010 | f0bae6cbc9c2 |
UTF-8 | 雕翹病 | 111010011001101110010101111001111011111110111001111001111001011110000101 | e99b95e7bfb9e79785 |
UHC | 雕翹病 | 111100001110011111001110111011101101110010111011 | f0e7ceeedcbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)