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 | 竪湛息奪多 | 10010010010001111001001001011000100100011010011110010010010001001001000110111101 | 9247925891a7924491bd |
EUC-JP | 竪湛息奪多 | 11000011101010001100001110111001110000101010100111000011101001011100001010111111 | c3a8c3b9c2a9c3a5c2bf |
UTF-8 | 竪湛息奪多 | 111001111010101110101010111001101011100110011011111001101000000110101111111001011010010110101010111001011010010010011010 | e7abaae6b99be681afe5a5aae5a49a |
UHC | 竪湛息奪多 | 11100010101101011101001111000000111000111101001111110111101011001101001011111101 | e2b5d3c0e3d3f7acd2fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)