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 | 00111111001111110011111100111111001111110011111101001110 | 3f3f3f3f3f3f4e |
SJIS-WIN | 将、宵ム将。N | 10001111101010111010010010001111101010101101000110001111101010111010000101001110 | 8faba48faad18faba14e |
EUC-JP | 将、宵ム将。N | 10111110101011011000111010100100101111101010110010001110110100011011111010101101100011101010000101001110 | bead8ea4beac8ed1bead8ea14e |
UTF-8 | 将、宵ム将。N | 11100101101100001000011011101111101111011010010011100101101011101011010111101111101111101001000111100101101100001000011011101111101111011010000101001110 | e5b086efbda4e5aeb5efbe91e5b086efbda14e |
UHC | ??宵???N | 0011111100111111111000011011001000111111001111110011111101001110 | 3f3fe1b23f3f3f4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)