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 | 筬レ賢 | 111000101010101110000011100011001000110010101011 | e2ab838c8cab |
EUC-JP | 筬レ賢 | 111001001010110110100101111011001011100010101101 | e4ada5ecb8ad |
UTF-8 | 筬レ賢 | 111001111010110110101100111000111000001110101100111010001011001110100010 | e7adace383ace8b3a2 |
UHC | 筬レ賢 | 111000001111111010101011111011001111101011100111 | e0feabecfae7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)