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 | 夷???ν | 10001000110011100011111100111111001111111000001111001011 | 88ce3f3f3f83cb |
EUC-JP | 夷???ν | 10110000110100000011111100111111001111111010011011001101 | b0d03f3f3fa6cd |
UTF-8 | 夷섑슖淋ν | 1110010110100100101101111110110010000100100100011110110010001010100101101110111110100111101101011100111010111101 | e5a4b7ec8491ec8a96efa7b5cebd |
UHC | 夷섑슖淋ν | 11101100101010001001100011101101100110101010010111101100111110001010010111101101 | eca898ed9aa5ecf8a5ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)