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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | シ萋オ昭ロ | 111100011110011110111100111001001100010010110101100011111011101011011011 | f1e7bce4c4b58fbadb |
EUC-JP | ?シ萋オ昭ロ | 0011111110001110101111001110100011000110100011101011010110111110101111001000111011011011 | 3f8ebce8c68eb5bebc8edb |
UTF-8 | シ萋オ昭ロ | 111011101000010110100010111011111011110110111100111010001001000010001011111011111011110110110101111001101001100010101101111011111011111010011011 | ee85a2efbdbce8908befbdb5e698adefbe9b |
UHC | ????昭? | 00111111001111110011111100111111111000011011100100111111 | 3f3f3f3fe1b93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)