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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?艦堪 | 0011111110001010110011011000101010101100 | 3f8acd8aac |
EUC-JP | ?艦堪 | 0011111110110100110011111011010010101110 | 3fb4cfb4ae |
UTF-8 | 뤩艦堪 | 111010111010010010101001111010001000100110100110111001011010000010101010 | eba4a9e889a6e5a0aa |
UHC | 뤩艦堪 | 100011111101011111111001111001101100101011101101 | 8fd7f9e6caed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)