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 | ⅴメ鮑ア | 111110100100010011010010111010011011100010110001 | fa44d2e9b8b1 |
EUC-JP | ?メ鮑ア | 00111111100011101101001011110010101110101000111010110001 | 3f8ed2f2ba8eb1 |
UTF-8 | ⅴメ鮑ア | 111000101000010110110100111011111011111010010010111010011010111010010001111011111011110110110001 | e285b4efbe92e9ae91efbdb1 |
UHC | ⅴ?鮑? | 101001011010010100111111111110001110101000111111 | a5a53ff8ea3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)