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 | 褫野賢 | 111001011111001110010110111011001000110010101011 | e5f396ec8cab |
EUC-JP | 褫野賢 | 111010101111010111001100111011101011100010101101 | eaf5cceeb8ad |
UTF-8 | 褫野賢 | 111010001010010010101011111010011000011110001110111010001011001110100010 | e8a4abe9878ee8b3a2 |
UHC | ?野賢 | 0011111111100101101011111111101011100111 | 3fe5affae7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)