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 | 0011111100111111001111110011111101010000 | 3f3f3f3f50 |
SJIS-WIN | 籵邪粭実P | 111000101110000010001110110101111110001011100100100011101100000001010000 | e2e08ed7e2e48ec050 |
EUC-JP | 籵邪粭実P | 111001001110001010111100110110011110010011100110101111001100001001010000 | e4e2bcd9e4e6bcc250 |
UTF-8 | 籵邪粭実P | 11100111101100011011010111101001100000101010101011100111101100101010110111100101101011101001111101010000 | e7b1b5e982aae7b2ade5ae9f50 |
UHC | ?邪??P | 001111111101111011110111001111110011111101010000 | 3fdef73f3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)