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 | 媛絲?? | 100101010101000111100011010011100011111100111111 | 9551e34e3f3f |
EUC-JP | 媛絲?? | 110010011011001011100101101011110011111100111111 | c9b2e5af3f3f |
UTF-8 | 媛絲렓렩 | 111001011010101010011011111001111011010110110010111010111010000010010011111010111010000010101001 | e5aa9be7b5b2eba093eba0a9 |
UHC | 媛絲렓렩 | 1110101010110000110111101110101010001110101010001000111010110111 | eab0deea8ea88eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)