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 | 驥餓眺 | 111010011000011110001001111011001001001010101101 | e98789ec92ad |
EUC-JP | 驥餓眺 | 111100011110011110110010111011101100010010101111 | f1e7b2eec4af |
UTF-8 | 驥餓眺 | 111010011010100110100101111010011010010010010011111001111001110010111010 | e9a9a5e9a493e79cba |
UHC | 驥餓眺 | 110100011100101011100100101110111111000011010010 | d1cae4bbf0d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)