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 | 謝篠杓 | 100011101101001110001110110000101000111011011011 | 8ed38ec28edb |
EUC-JP | 謝篠杓 | 101111001101010110111100110001001011110011011101 | bcd5bcc4bcdd |
UTF-8 | 謝篠杓 | 111010001010110010011101111001111010111110100000111001101001110110010011 | e8ac9de7afa0e69d93 |
UHC | 謝篠杓 | 110111101111001111100001110001101111100011110101 | def3e1c6f8f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)