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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ??˘? | 001111110011111110001111101000101010111100111111 | 3f3f8fa2af3f |
UTF-8 | 凉득˘凉 | 1110111110100101101110011110101110010011100111011100101110011000111011111010010110111001 | efa5b9eb939dcb98efa5b9 |
UHC | 凉득˘凉 | 1110010110111100101101011110011010100010101010001110010110111100 | e5bcb5e6a2a8e5bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)