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 | 1001000001001010100001110100010000111111100100000100101010000111010001000011111101000010 | 904a87443f904a87443f42 |
EUC-JP | 辱??辱??B | 101111111010101100111111001111111011111110101011001111110011111101000010 | bfab3f3fbfab3f3f42 |
UTF-8 | 辱⑤쎓辱⑤쎓B | 11101000101111101011000111100010100100011010010011101100100011101001001111101000101111101011000111100010100100011010010011101100100011101001001101000010 | e8beb1e291a4ec8e93e8beb1e291a4ec8e9342 |
UHC | 辱⑤쎓辱⑤쎓B | 11101001101101001010100011101011100110111011101011101001101101001010100011101011100110111011101001000010 | e9b4a8eb9bbae9b4a8eb9bba42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)