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 | ??????P | 00111111001111110011111100111111001111110011111101010000 | 3f3f3f3f3f3f50 |
SJIS-WIN | 穽??嶝??P | 111000100111011000111111001111111001101111010001001111110011111101010000 | e2763f3f9bd13f3f50 |
EUC-JP | 穽??嶝??P | 111000111101011100111111001111111101011011010011001111110011111101010000 | e3d73f3fd6d33f3f50 |
UTF-8 | 穽비렱嶝렰렲P | 11100111101010011011110111101011101110011000010011101011101000001011000111100101101101101001110111101011101000001011000011101011101000001011001001010000 | e7a9bdebb984eba0b1e5b69deba0b0eba0b250 |
UHC | 穽비렱嶝렰렲P | 11101111111100001011101011110001100011101011111011010100111100011000111010111101100011101011111101010000 | eff0baf18ebed4f18ebd8ebf50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)