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 | ??F | 001111110011111101000110 | 3f3f46 |
SJIS-WIN | ?忌F | 00111111100010101111010101000110 | 3f8af546 |
EUC-JP | ?忌F | 00111111101101001111011101000110 | 3fb4f746 |
UTF-8 | 뤚忌F | 11101011101001001001101011100101101111111000110001000110 | eba49ae5bf8c46 |
UHC | 뤚忌F | 1000111111001001110100001111101101000110 | 8fc9d0fb46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)