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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 媛絲?謗 | 10010101010100011110001101001110001111111110011010001110 | 9551e34e3fe68e |
EUC-JP | 媛絲?謗 | 11001001101100101110010110101111001111111110101111101110 | c9b2e5af3febee |
UTF-8 | 媛絲렱謗 | 111001011010101010011011111001111011010110110010111010111010000010110001111010001010110010010111 | e5aa9be7b5b2eba0b1e8ac97 |
UHC | 媛絲렱謗 | 1110101010110000110111101110101010001110101111101101101110111111 | eab0deea8ebedbbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)