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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ?幻餉^ | 001111111000110010110110111010010100110101011110 | 3f8cb6e94d5e |
EUC-JP | ?幻餉^ | 001111111011100010111000111100011010111001011110 | 3fb8b8f1ae5e |
UTF-8 | 룿幻餉^ | 11101011101000111011111111100101101110011011101111101001101001001000100101011110 | eba3bfe5b9bbe9a4895e |
UHC | 룿幻餉^ | 10001111101100001111110010110011111110101100001101011110 | 8fb0fcb3fac35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)