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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 椰??愿? | 10011110101111010011111100111111100111001100001100111111 | 9ebd3f3f9cc33f |
EUC-JP | 椰??愿? | 11011100101111110011111100111111110110001100010100111111 | dcbf3f3fd8c53f |
UTF-8 | 椰꾟몿愿쯆 | 111001101010010010110000111010101011111010011111111010111010101010111111111001101000010010111111111011001010111110000110 | e6a4b0eabe9febaabfe684bfecaf86 |
UHC | 椰꾟몿愿쯆 | 11100101101010111000010011100010100100011010001111101010101101001010100101000010 | e5ab84e291a3eab4a942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)