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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 沮?沮?B | 10011111100111000011111110011111100111000011111101000010 | 9f9c3f9f9c3f42 |
EUC-JP | 沮?沮?B | 11011101111111000011111111011101111111000011111101000010 | ddfc3fddfc3f42 |
UTF-8 | 沮렢沮렢B | 11100110101100101010111011101011101000001010001011100110101100101010111011101011101000001010001001000010 | e6b2aeeba0a2e6b2aeeba0a242 |
UHC | 沮렢沮렢B | 111011101100000110001110101100111110111011000001100011101011001101000010 | eec18eb3eec18eb342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)