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 | 閻??辱?? | 1110100010000101001111110011111110010000010010100011111100111111 | e8853f3f904a3f3f |
EUC-JP | 閻??辱?? | 1110111111100101001111110011111110111111101010110011111100111111 | efe53f3fbfab3f3f |
UTF-8 | 閻얏퐗辱욥낡 | 111010011001011010111011111011001001011010001111111011011001000010010111111010001011111010110001111011001001101010100101111010111000001010100001 | e996bbec968fed9097e8beb1ec9aa5eb82a1 |
UHC | 閻얏퐗辱욥낡 | 111001111010001010111110111001101011110110000001111010011011010010111111111010011011001110110000 | e7a2bee6bd81e9b4bfe9b3b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)