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 | 霈餓沫遘俯 | 11101000101111001000100111101100100101101001011111100111101001111001100011101011 | e8bc89ec9697e7a798eb |
EUC-JP | 霈餓沫遘俯 | 11110000101111101011001011101110110010111111011111101110101010011101000011101101 | f0beb2eecbf7eea9d0ed |
UTF-8 | 霈餓沫遘俯 | 111010011001110010001000111010011010010010010011111001101011001010101011111010011000000110011000111001001011111110101111 | e99c88e9a493e6b2abe98198e4bfaf |
UHC | ?餓沫?俯 | 0011111111100100101110111101100011001000001111111101110011110110 | 3fe4bbd8c83fdcf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)