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 | 鬮畷。占岶 | 111010011010101110010011111010111010000110010000111010001001101110101101 | e9ab93eba190e89bad |
EUC-JP | 鬮畷。占岶 | 11110010101011011100011011101101100011101010000111000000111010101101011010101111 | f2adc6ed8ea1c0ead6af |
UTF-8 | 鬮畷。占岶 | 111010011010110010101110111001111001010110110111111011111011110110100001111001011000110110100000111001011011001010110110 | e9acaee795b7efbda1e58da0e5b2b6 |
UHC | ???占? | 001111110011111100111111111011111011111100111111 | 3f3f3fefbf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)