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 | 謦視ざ | 111001101001001010001110100010111000001010110100 | e6928e8b82b4 |
EUC-JP | 謦視ざ | 111010111111001010111011111010111010010010110110 | ebf2bbeba4b6 |
UTF-8 | 謦視ざ | 111010001010110010100110111010001010011010010110111000111000000110010110 | e8aca6e8a696e38196 |
UHC | ?視ざ | 0011111111100011110010101010101010110110 | 3fe3caaab6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)