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 | ??S??G?? | 0011111100111111010100110011111100111111010001110011111100111111 | 3f3f533f3f473f3f |
SJIS-WIN | ??S??G?? | 0011111100111111010100110011111100111111010001110011111100111111 | 3f3f533f3f473f3f |
EUC-JP | ??S??G?? | 0011111100111111010100110011111100111111010001110011111100111111 | 3f3f533f3f473f3f |
UTF-8 | 횄짧S횄짧G횂혺 | 1110110110011010100001001110110010100111101001110101001111101101100110101000010011101100101001111010011101000111111011011001101010000010111011011001100010111010 | ed9a84eca7a753ed9a84eca7a747ed9a82ed98ba |
UHC | 횄짧S횄짧G횂혺 | 1100001110000011110000101010101001010011110000111000001111000010101010100100011111000011100000101100001010011111 | c383c2aa53c383c2aa47c382c29f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)