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 | ?翫? | 00111111100010101110001100111111 | 3f8ae33f |
EUC-JP | ?翫? | 00111111101101001110010100111111 | 3fb4e53f |
UTF-8 | 롔翫렠 | 111010111010000110010100111001111011111110101011111010111010000010100000 | eba194e7bfabeba0a0 |
UHC | 롔翫렠 | 100011101101100011101000110100011000111010110001 | 8ed8e8d18eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)