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 | 奢霓噐 | 100110101111100011101000101111011001101001111001 | 9af8e8bd9a79 |
EUC-JP | 奢霓噐 | 110101001111101011110000101111111101001111011010 | d4faf0bfd3da |
UTF-8 | 奢霓噐 | 111001011010010110100010111010011001110010010011111001011001100110010000 | e5a5a2e99c93e59990 |
UHC | 奢霓? | 1101111011001110111001111110011100111111 | decee7e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)