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 | ?????N^ | 00111111001111110011111100111111001111110100111001011110 | 3f3f3f3f3f4e5e |
SJIS-WIN | ???經?N^ | 0011111100111111001111111110001101010011001111110100111001011110 | 3f3f3fe3533f4e5e |
EUC-JP | ??饔經?N^ | 00111111001111111000111111101000111011111110010110110100001111110100111001011110 | 3f3f8fe8efe5b43f4e5e |
UTF-8 | 亐렕饔經백N^ | 1110010010111010100100001110101110100000100101011110100110100101100101001110011110110110100100111110101110110000101100010100111001011110 | e4ba90eba095e9a594e7b693ebb0b14e5e |
UHC | 亐렕饔經백N^ | 111010101010011110001110101010101110100010111101110011001110100010111001111010010100111001011110 | eaa78eaae8bdcce8b9e94e5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)