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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 踟イム餓オ | 11100110111101111011001011010001100010011110110010110101 | e6f7b2d189ecb5 |
EUC-JP | 踟イム餓オ | 11101100111110011000111010110010100011101101000110110010111011101000111010110101 | ecf98eb28ed1b2ee8eb5 |
UTF-8 | 踟イム餓オ | 111010001011100010011111111011111011110110110010111011111011111010010001111010011010010010010011111011111011110110110101 | e8b89fefbdb2efbe91e9a493efbdb5 |
UHC | ???餓? | 001111110011111100111111111001001011101100111111 | 3f3f3fe4bb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)