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 | ???o???o^ | 001111110011111100111111011011110011111100111111001111110110111101011110 | 3f3f3f6f3f3f3f6f5e |
SJIS-WIN | ???o???o^ | 001111110011111100111111011011110011111100111111001111110110111101011110 | 3f3f3f6f3f3f3f6f5e |
EUC-JP | ???o???o^ | 001111110011111100111111011011110011111100111111001111110110111101011110 | 3f3f3f6f3f3f3f6f5e |
UTF-8 | 혱짠혷o혱짠혷o^ | 111011011001100010110001111011001010011110100000111011011001100010110111011011111110110110011000101100011110110010100111101000001110110110011000101101110110111101011110 | ed98b1eca7a0ed98b76fed98b1eca7a0ed98b76f5e |
UHC | 혱짠혷o혱짠혷o^ | 110000101001100011000010101001111100001010011110011011111100001010011000110000101010011111000010100111100110111101011110 | c298c2a7c29e6fc298c2a7c29e6f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)