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 | ??t?? | 0011111100111111011101000011111100111111 | 3f3f743f3f |
SJIS-WIN | ??t?? | 0011111100111111011101000011111100111111 | 3f3f743f3f |
EUC-JP | ??t?? | 0011111100111111011101000011111100111111 | 3f3f743f3f |
UTF-8 | 횄짧t횂혺 | 11101101100110101000010011101100101001111010011101110100111011011001101010000010111011011001100010111010 | ed9a84eca7a774ed9a82ed98ba |
UHC | 횄짧t횂혺 | 110000111000001111000010101010100111010011000011100000101100001010011111 | c383c2aa74c382c29f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)