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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 謝篠謝篠B | 100011101101001110001110110000101000111011010011100011101100001001000010 | 8ed38ec28ed38ec242 |
EUC-JP | 謝篠謝篠B | 101111001101010110111100110001001011110011010101101111001100010001000010 | bcd5bcc4bcd5bcc442 |
UTF-8 | 謝篠謝篠B | 11101000101011001001110111100111101011111010000011101000101011001001110111100111101011111010000001000010 | e8ac9de7afa0e8ac9de7afa042 |
UHC | 謝篠謝篠B | 110111101111001111100001110001101101111011110011111000011100011001000010 | def3e1c6def3e1c642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)