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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | ?罌邯B | 001111111110001110100000111001111011011001000010 | 3fe3a0e7b642 |
EUC-JP | ?罌邯B | 001111111110011010100010111011101011100001000010 | 3fe6a2eeb842 |
UTF-8 | 룶罌邯B | 11101011101000111011011011100111101111011000110011101001100000101010111101000010 | eba3b6e7bd8ce982af42 |
UHC | 룶罌邯B | 10001111101010111110010110100010110010101111101101000010 | 8fabe5a2cafb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)