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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 乳嫩??? | 10010011111110111001101101100011001111110011111100111111 | 93fb9b633f3f3f |
EUC-JP | 乳嫩??? | 11000110111111011101010111000100001111110011111100111111 | c6fdd5c43f3f3f |
UTF-8 | 乳嫩렮띠롚 | 111001001011100110110011111001011010101110101001111010111010000010101110111010111001110110100000111010111010000110011010 | e4b9b3e5aba9eba0aeeb9da0eba19a |
UHC | 乳嫩렮띠롚 | 11101010111000011101001011101100100011101011101110110110111011001000111011011110 | eae1d2ec8ebbb6ec8ede |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)