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 | ??h??h | 001111110011111101101000001111110011111101101000 | 3f3f683f3f68 |
SJIS-WIN | 紆?h紆?h | 1110001011111100001111110110100011100010111111000011111101101000 | e2fc3f68e2fc3f68 |
EUC-JP | 紆?h紆?h | 1110010011111110001111110110100011100100111111100011111101101000 | e4fe3f68e4fe3f68 |
UTF-8 | 紆숥h紆숥h | 1110011110110100100001101110110010001000101001010110100011100111101101001000011011101100100010001010010101101000 | e7b486ec88a568e7b486ec88a568 |
UHC | 紆숥h紆숥h | 11101001111000011001101001000010011010001110100111100001100110100100001001101000 | e9e19a4268e9e19a4268 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)