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 | 瓦ゆ?渦? | 1000101010100010100000101110010000111111100010010101000100111111 | 8aa282e43f89513f |
EUC-JP | 瓦ゆ?渦? | 1011010010100100101001001110011000111111101100011011001000111111 | b4a4a4e63fb1b23f |
UTF-8 | 瓦ゆ녂渦쭮 | 111001111001001110100110111000111000001010000110111010111000010110000010111001101011100010100110111011001010110110101110 | e793a6e38286eb8582e6b8a6ecadae |
UHC | 瓦ゆ녂渦쭮 | 11101000101111111010101011100110100001101011101011101000101111101010100001000010 | e8bfaae686bae8bea842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)