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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???爰? | 001111110011111100111111111000001010011100111111 | 3f3f3fe0a73f |
EUC-JP | ???爰? | 001111110011111100111111111000001010100100111111 | 3f3f3fe0a93f |
UTF-8 | 說뺣뱺爰밄 | 111011111010011010100001111010111011101010100011111010111011000110111010111001111000100010110000111010111011000010000100 | efa6a1ebbaa3ebb1bae788b0ebb084 |
UHC | 說뺣뱺爰밄 | 11100110111100101001010111101011100100111010000011101010101110101001001101000010 | e6f295eb93a0eaba9342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)