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 | 謝篠磁 | 100011101101001110001110110000101000111010100101 | 8ed38ec28ea5 |
EUC-JP | 謝篠磁 | 101111001101010110111100110001001011110010100111 | bcd5bcc4bca7 |
UTF-8 | 謝篠磁 | 111010001010110010011101111001111010111110100000111001111010001110000001 | e8ac9de7afa0e7a381 |
UHC | 謝篠磁 | 110111101111001111100001110001101110110110111000 | def3e1c6edb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)