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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 雕臥ーソ邨ア | 111010001011100010001001111001111011000010111111111001111011010110110001 | e8b889e7b0bfe7b5b1 |
EUC-JP | 雕臥ーソ邨ア | 111100001011101010110010111010011000111010110000100011101011111111101110101101111000111010110001 | f0bab2e98eb08ebfeeb78eb1 |
UTF-8 | 雕臥ーソ邨ア | 111010011001101110010101111010001000011110100101111011111011110110110000111011111011110110111111111010011000001010101000111011111011110110110001 | e99b95e887a5efbdb0efbdbfe982a8efbdb1 |
UHC | 雕臥??邨? | 111100001110011111101000110000100011111100111111111101011011111000111111 | f0e7e8c23f3ff5be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)