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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???擬 | 0011111100111111001111111000101101011011 | 3f3f3f8b5b |
EUC-JP | ???擬 | 0011111100111111001111111011010110111100 | 3f3f3fb5bc |
UTF-8 | 玲딆넱擬 | 111011111010011010101101111010111001010010000110111010111000010010110001111001101001001110101100 | efa6adeb9486eb84b1e693ac |
UHC | 玲딆넱擬 | 1110011110111111100010101110110010000110101100001110101111110100 | e7bf8aec86b0ebf4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)