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 | 001111111110100011011100100110010100110001000010 | 3fe8dc994c42 |
EUC-JP | ?鞋儉B | 001111111111000011011110110100011010110101000010 | 3ff0ded1ad42 |
UTF-8 | 뤓鞋儉B | 11101011101001001001001111101001100111101000101111100101100001001000100101000010 | eba493e99e8be5848942 |
UHC | 뤓鞋儉B | 10001111110000111111101110111001110010111111101101000010 | 8fc3fbb9cbfb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)