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 | ?ヨ?腋 | 001111111000001110001000001111111110001111111100 | 3f83883fe3fc |
EUC-JP | ?ヨ?腋 | 001111111010010111101000001111111110011011111110 | 3fa5e83fe6fe |
UTF-8 | 琉ヨ럫腋 | 111011111010011110001100111000111000001110101000111010111001111110101011111010001000010110001011 | efa78ce383a8eb9fabe8858b |
UHC | 琉ヨ럫腋 | 1110101110100100101010111110100010001110100011101110010011111101 | eba4abe88e8ee4fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)