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\ | 00111111001111110011111100111111001111110100111001011100 | 3f3f3f3f3f4e5c |
SJIS-WIN | 魏??滓?N\ | 111010011011000000111111001111111001111111100110001111110100111001011100 | e9b03f3f9fe63f4e5c |
EUC-JP | 魏??滓?N\ | 111100101011001000111111001111111101111011101000001111110100111001011100 | f2b23f3fdee83f4e5c |
UTF-8 | 魏재헬滓렔N\ | 1110100110101101100011111110110010011110101011001110110110010111101011001110011010111011100100111110101110100000100101000100111001011100 | e9ad8fec9eaced97ace6bb93eba0944e5c |
UHC | 魏재헬滓렔N\ | 111010101110000011000000111001111100011111101111111011101010101110001110101010010100111001011100 | eae0c0e7c7efeeab8ea94e5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)