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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | 晤o?要??\ | 10011101111010111000001010001111001111111001011101110110001111110011111101011100 | 9deb828f3f97763f3f5c |
EUC-JP | 晤o?要??\ | 11011010111011011010001111101111001111111100110111010111001111110011111101011100 | daeda3ef3fcdd73f3f5c |
UTF-8 | 晤o쉑要쏉슉\ | 11100110100110011010010011101111101111011000111111101100100010011001000111101000101001101000000111101100100011111000100111101100100010101000100101011100 | e699a4efbd8fec8991e8a681ec8f89ec8a895c |
UHC | 晤o쉑要쏉슉\ | 11100111111110111010001111101111101111011010011111101001101010011001101111101111101111011011010101011100 | e7fba3efbda7e9a99befbdb55c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)