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 | ⅹ鴫溿 | 111110100100100110001110101100001111101101001010 | fa498eb0fb4a |
EUC-JP | ?鴫溿 | 001111111011110010110010100011111100100010110001 | 3fbcb28fc8b1 |
UTF-8 | ⅹ鴫溿 | 111000101000010110111001111010011011010010101011111001101011101010111111 | e285b9e9b4abe6babf |
UHC | ⅹ?? | 10100101101010100011111100111111 | a5aa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)