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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 獨蛇偲煮 | 1110000011010101100011101101011010001110110000111000111011001111 | e0d58ed68ec38ecf |
EUC-JP | 獨蛇偲煮 | 1110000011010111101111001101100010111100110001011011110011010001 | e0d7bcd8bcc5bcd1 |
UTF-8 | 獨蛇偲煮 | 111001111000110110101000111010001001101110000111111001011000000110110010111001111000010110101110 | e78da8e89b87e581b2e785ae |
UHC | 獨蛇?煮 | 11010100101111001101111011101111001111111110110110110100 | d4bcdeef3fedb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)