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 | 鳶??殉?? | 1001001111001110001111110011111110001111011111010011111100111111 | 93ce3f3f8f7d3f3f |
EUC-JP | 鳶??殉?? | 1100011011010000001111110011111110111101110111100011111100111111 | c6d03f3fbdde3f3f |
UTF-8 | 鳶롫쓹殉껅뇡 | 111010011011001110110110111010111010000110101011111011001001001110111001111001101010111010001001111010101011101110000101111010111000011110100001 | e9b3b6eba1abec93b9e6ae89eabb85eb87a1 |
UHC | 鳶롫쓹殉껅뇡 | 111001101110100110001110111010111001110110010101111000101110011010000011111001101000011110001001 | e6e98eeb9d95e2e683e68789 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)