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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ???橈??? | 0011111100111111001111111001111011110100001111110011111100111111 | 3f3f3f9ef43f3f3f |
EUC-JP | ???橈??? | 0011111100111111001111111101110011110110001111110011111100111111 | 3f3f3fdcf63f3f3f |
UTF-8 | 樂됵쉠橈롦쮵勵 | 111011111010011010111111111010111001000010110101111011001000100110100000111001101010100110001000111010111010000110100110111011001010111010110101111011111010010110111111 | efa6bfeb90b5ec89a0e6a988eba1a6ecaeb5efa5bf |
UHC | 樂됵쉠橈롦쮵勵 | 1110100011111001100010011110111110111101101010101110100011111010100011101110011010101000100100101110010111111010 | e8f989efbdaae8fa8ee6a892e5fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)