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 | ???u???u^ | 001111110011111100111111011101010011111100111111001111110111010101011110 | 3f3f3f753f3f3f755e |
SJIS-WIN | シォuシォu^ | 1111000011110001101111001010101101110101111100001111000110111100101010110111010101011110 | f0f1bcab75f0f1bcab755e |
EUC-JP | ?シォu?シォu^ | 00111111100011101011110010001110101010110111010100111111100011101011110010001110101010110111010101011110 | 3f8ebc8eab753f8ebc8eab755e |
UTF-8 | シォuシォu^ | 111011101000001010110000111011111011110110111100111011111011110110101011011101011110111010000010101100001110111110111101101111001110111110111101101010110111010101011110 | ee82b0efbdbcefbdab75ee82b0efbdbcefbdab755e |
UHC | ???u???u^ | 001111110011111100111111011101010011111100111111001111110111010101011110 | 3f3f3f753f3f3f755e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)