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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???宜э? | 0011111100111111001111111000101101011000100001001000111100111111 | 3f3f3f8b58848f3f |
EUC-JP | ???宜э? | 0011111100111111001111111011010110111001101001111110111100111111 | 3f3f3fb5b9a7ef3f |
UTF-8 | 樂띾맧宜э쬆 | 1110111110100110101111111110101110011101101111101110101110100111101001111110010110101110100111001101000110001101111011001010110010000110 | efa6bfeb9dbeeba7a7e5ae9cd18decac86 |
UHC | 樂띾맧宜э쬆 | 111010001111100110001101111010111001000010110000111010111111000110101100111011111010011010011101 | e8f98deb90b0ebf1acefa69d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)