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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 疫??奧??B | 100010010111010100111111001111111001101011111010001111110011111101000010 | 89753f3f9afa3f3f42 |
EUC-JP | 疫??奧??B | 101100011101011000111111001111111101010011111100001111110011111101000010 | b1d63f3fd4fc3f3f42 |
UTF-8 | 疫욕떧奧딀꼇B | 11100111100101101010101111101100100110101001010111101011100101101010011111100101101001011010011111101011100101001000000011101010101111001000011101000010 | e796abec9a95eb96a7e5a5a7eb9480eabc8742 |
UHC | 疫욕떧奧딀꼇B | 11100110101110011011111111100101100010111011101011100111111100111000101011100110101100101011101101000010 | e6b9bfe58bbae7f38ae6b2bb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)