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 | 潁??鹽?? | 1001111111110001001111110011111111101010011001000011111100111111 | 9ff13f3fea643f3f |
EUC-JP | 潁??鹽?? | 1101111011110011001111110011111111110011110001010011111100111111 | def33f3ff3c53f3f |
UTF-8 | 潁욄뜥鹽븀뀸 | 111001101011110110000001111011001001101010000100111010111001110010100101111010011011100110111101111010111011100010000000111010111000000010111000 | e6bd81ec9a84eb9ca5e9b9bdebb880eb80b8 |
UHC | 潁욄뜥鹽븀뀸 | 111001111011100010011110111001101000110110101000111001111010010010111010111001111000010110101110 | e7b89ee68da8e7a4bae785ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)