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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 殉??殉??B | 100011110111110100111111001111111000111101111101001111110011111101000010 | 8f7d3f3f8f7d3f3f42 |
EUC-JP | 殉??殉??B | 101111011101111000111111001111111011110111011110001111110011111101000010 | bdde3f3fbdde3f3f42 |
UTF-8 | 殉땮뜫殉땮뜫B | 11100110101011101000100111101011100101011010111011101011100111001010101111100110101011101000100111101011100101011010111011101011100111001010101101000010 | e6ae89eb95aeeb9cabe6ae89eb95aeeb9cab42 |
UHC | 殉땮뜫殉땮뜫B | 11100010111001101000101110000100100011011010110011100010111001101000101110000100100011011010110001000010 | e2e68b848dace2e68b848dac42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)