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 | 雅???? | 100010011110101100111111001111110011111100111111 | 89eb3f3f3f3f |
EUC-JP | 雅???? | 101100101110110100111111001111110011111100111111 | b2ed3f3f3f3f |
UTF-8 | 雅ⓦ끂六뾥 | 111010011001101110000101111000101001001110100110111010111000000110000010111011111010011110010001111010111011111010100101 | e99b85e293a6eb8182efa791ebbea5 |
UHC | 雅ⓦ끂六뾥 | 11100100101110101010100011100011100001011011100011101011101110111001011101101000 | e4baa8e385b8ebbb9768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)