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 | ???Q??? | 00111111001111110011111101010001001111110011111100111111 | 3f3f3f513f3f3f |
SJIS-WIN | ???Q??? | 00111111001111110011111101010001001111110011111100111111 | 3f3f3f513f3f3f |
EUC-JP | ???Q??? | 00111111001111110011111101010001001111110011111100111111 | 3f3f3f513f3f3f |
UTF-8 | 뤯헤⅛Q렰卽렱 | 11101011101001001010111111101101100101111010010011100010100001011001101101010001111010111010000010110000111001011000110110111101111010111010000010110001 | eba4afed97a4e2859b51eba0b0e58dbdeba0b1 |
UHC | 뤯헤⅛Q렰卽렱 | 10001111110111011100011111101100101010001111101101010001100011101011110111110001111011011000111010111110 | 8fddc7eca8fb518ebdf1ed8ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)