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 | 霽?媛?? | 11101000110001110011111110010101010100010011111100111111 | e8c73f95513f3f |
EUC-JP | 霽?媛?? | 11110000110010010011111111001001101100100011111100111111 | f0c93fc9b23f3f |
UTF-8 | 霽렭媛계쐽 | 111010011001110010111101111010111010000010101101111001011010101010011011111010101011001110000100111011001001000010111101 | e99cbdeba0ade5aa9beab384ec90bd |
UHC | 霽렭媛계쐽 | 11110000101110001000111010111010111010101011000010110000111010001011111010100011 | f0b88ebaeab0b0e8bea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)