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 | 10001000110110110011111100111111100010001101101100111111100000101011101001001110 | 88db3f3f88db3f82ba4e |
EUC-JP | 維??維?ぜN | 10110000110111010011111100111111101100001101110100111111101001001011110001001110 | b0dd3f3fb0dd3fa4bc4e |
UTF-8 | 維싲쳠維싲ぜN | 11100111101101101010110111101100100010111011001011101100101100111010000011100111101101101010110111101100100010111011001011100011100000011001110001001110 | e7b6adec8bb2ecb3a0e7b6adec8bb2e3819c4e |
UHC | 維싲쳠維싲ぜN | 11101011101010111001101011101011101010111000011011101011101010111001101011101011101010101011110001001110 | ebab9aebab86ebab9aebaabc4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)