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 | ??a?? | 0011111100111111011000010011111100111111 | 3f3f613f3f |
SJIS-WIN | ??a?? | 0011111100111111011000010011111100111111 | 3f3f613f3f |
EUC-JP | ??a?? | 0011111100111111011000010011111100111111 | 3f3f613f3f |
UTF-8 | 횂혶a횄혺 | 11101101100110101000001011101101100110001011011001100001111011011001101010000100111011011001100010111010 | ed9a82ed98b661ed9a84ed98ba |
UHC | 횂혶a횄혺 | 110000111000001011000010100111010110000111000011100000111100001010011111 | c382c29d61c383c29f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)