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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鱧耳焏 | 111010011110010110001110101010001111101101010011 | e9e58ea8fb53 |
EUC-JP | 鱧耳焏 | 11110010111001111011110010101010100011111100100111101001 | f2e7bcaa8fc9e9 |
UTF-8 | 鱧耳焏 | 111010011011000110100111111010001000000010110011111001111000010010001111 | e9b1a7e880b3e7848f |
UHC | ?耳? | 00111111111011001011110000111111 | 3fecbc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)