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 | 葫傾笹 | 111001001101011110001100010110001000110111111001 | e4d78c588df9 |
EUC-JP | 葫傾笹 | 111010001101100110110111101110011011101011111011 | e8d9b7b9bafb |
UTF-8 | 葫傾笹 | 111010001001000110101011111001011000001010111110111001111010110010111001 | e891abe582bee7acb9 |
UHC | 葫傾笹 | 111110111101100111001100110010111110000110101011 | fbd9cccbe1ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)