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 | 枝牢v | 100011100111110110011000010100111000001010010110 | 8e7d98538296 |
EUC-JP | 枝牢v | 101110111101111011001111101101001010001111110110 | bbdecfb4a3f6 |
UTF-8 | 枝牢v | 111001101001111010011101111001111000100110100010111011111011110110010110 | e69e9de789a2efbd96 |
UHC | 枝牢v | 111100101010101111010110111011111010001111110110 | f2abd6efa3f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)