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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 閻??辱 | 111010001000010100111111001111111001000001001010 | e8853f3f904a |
EUC-JP | 閻??辱 | 111011111110010100111111001111111011111110101011 | efe53f3fbfab |
UTF-8 | 閻얏퐗辱 | 111010011001011010111011111011001001011010001111111011011001000010010111111010001011111010110001 | e996bbec968fed9097e8beb1 |
UHC | 閻얏퐗辱 | 1110011110100010101111101110011010111101100000011110100110110100 | e7a2bee6bd81e9b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)