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 | ???GB | 0011111100111111001111110100011101000010 | 3f3f3f4742 |
SJIS-WIN | 巽鱈損GB | 1001001001000110100100100100110010010001101110010100011101000010 | 9246924c91b94742 |
EUC-JP | 巽鱈損GB | 1100001110100111110000111010110111000010101110110100011101000010 | c3a7c3adc2bb4742 |
UTF-8 | 巽鱈損GB | 1110010110110111101111011110100110110001100010001110011010010000100011010100011101000010 | e5b7bde9b188e6908d4742 |
UHC | 巽?損GB | 11100001110111100011111111100001110111110100011101000010 | e1de3fe1df4742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)