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 | 湲?? | 10011111110100010011111100111111 | 9fd13f3f |
EUC-JP | 湲?? | 11011110110100110011111100111111 | ded33f3f |
UTF-8 | 湲됤뵇 | 111001101011100110110010111010111001000010100100111010111011010110000111 | e6b9b2eb90a4ebb587 |
UHC | 湲됤뵇 | 111010101011100010001001111000101001010010001101 | eab889e2948d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)