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 | ????Q] | 001111110011111100111111001111110101000101011101 | 3f3f3f3f515d |
SJIS-WIN | 辿樽鱈損Q] | 10010010010010001001001001001101100100100100110010010001101110010101000101011101 | 9248924d924c91b9515d |
EUC-JP | 辿樽鱈損Q] | 11000011101010011100001110101110110000111010110111000010101110110101000101011101 | c3a9c3aec3adc2bb515d |
UTF-8 | 辿樽鱈損Q] | 1110100010111110101111111110011010101000101111011110100110110001100010001110011010010000100011010101000101011101 | e8bebfe6a8bde9b188e6908d515d |
UHC | ?樽?損Q] | 0011111111110001110111000011111111100001110111110101000101011101 | 3ff1dc3fe1df515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)