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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??蟾??蟾^ | 001111110011111111100101101101110011111100111111111001011011011101011110 | 3f3fe5b73f3fe5b75e |
EUC-JP | ??蟾??蟾^ | 001111110011111111101010101110010011111100111111111010101011100101011110 | 3f3feab93f3feab95e |
UTF-8 | 렠렡蟾렠렡蟾^ | 11101011101000001010000011101011101000001010000111101000100111111011111011101011101000001010000011101011101000001010000111101000100111111011111001011110 | eba0a0eba0a1e89fbeeba0a0eba0a1e89fbe5e |
UHC | 렠렡蟾렠렡蟾^ | 10001110101100011000111010110010111000001110101010001110101100011000111010110010111000001110101001011110 | 8eb18eb2e0ea8eb18eb2e0ea5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)