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 | 庸??徇?? | 1001011101100110001111110011111110011100011011010011111100111111 | 97663f3f9c6d3f3f |
EUC-JP | 庸??徇?? | 1100110111000111001111110011111111010111110011100011111100111111 | cdc73f3fd7ce3f3f |
UTF-8 | 庸롫튅徇꾨젶 | 111001011011101010111000111010111010000110101011111011011000101010000101111001011011111010000111111010101011111010101000111011001010000010110110 | e5bab8eba1abed8a85e5be87eabea8eca0b6 |
UHC | 庸롫튅徇꾨젶 | 111010011011110010001110111010111011100110011010111000101101111110000100111010111010000010101010 | e9bc8eebb99ae2df84eba0aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)