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 | 韆ケ豎占遘蠑 | 1110100011100110101110011110011010110001100100001110100011100111101001111110010110111100 | e8e6b9e6b190e8e7a7e5bc |
EUC-JP | 韆ケ豎占遘蠑 | 111100001110100010001110101110011110110010110011110000001110101011101110101010011110101010111110 | f0e88eb9ecb3c0eaeea9eabe |
UTF-8 | 韆ケ豎占遘蠑 | 111010011001111110000110111011111011110110111001111010001011000110001110111001011000110110100000111010011000000110011000111010001010000010010001 | e99f86efbdb9e8b18ee58da0e98198e8a091 |
UHC | 韆??占?? | 1111010011000111001111110011111111101111101111110011111100111111 | f4c73f3fefbf3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)