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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???屆 | 0011111100111111001111111001101110011100 | 3f3f3f9b9c |
EUC-JP | ???屆 | 0011111100111111001111111101010111111100 | 3f3f3fd5fc |
UTF-8 | 얇뤕쭖屆 | 111011001001011010000111111010111010010010010101111011001010110110010110111001011011000110000110 | ec9687eba495ecad96e5b186 |
UHC | 얇뤕쭖屆 | 1011111011100011100011111100010110100111100011101100110011111010 | bee38fc5a78eccfa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)