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 | 嶴è½H | 11100101101101101011010011101000101011011011110101001000 | e5b6b4e8adbd48 |
SJIS-WIN | ?¶´???H | 001111111000000111110111100000010100110000111111001111110011111101001000 | 3f81f7814c3f3f3f48 |
EUC-JP | 嶴è??H | 10001111101010111010100110100010111110011010000110101101100011111010101110110010001111110011111101001000 | 8faba9a2f9a1ad8fabb23f3f48 |
UTF-8 | 嶴è½H | 11000011101001011100001010110110110000101011010011000011101010001100001010101101110000101011110101001000 | c3a5c2b6c2b4c3a8c2adc2bd48 |
UHC | ?¶´?½H | 0011111110100010110100101010001010100101001111111010000110101001101010001111011001001000 | 3fa2d2a2a53fa1a9a8f648 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)