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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 沃????? | 10010111100000000011111100111111001111110011111100111111 | 97803f3f3f3f3f |
EUC-JP | 沃????? | 11001101111000000011111100111111001111110011111100111111 | cde03f3f3f3f3f |
UTF-8 | 沃욁렖鱗썽슧 | 111001101011001010000011111011001001101010000001111010111010000010010110111011111010011110110010111011001000110110111101111011001000101010100111 | e6b283ec9a81eba096efa7b2ec8dbdec8aa7 |
UHC | 沃욁렖鱗썽슧 | 111010001010101010011110111000111000111010101011111011001110011110111101111010011001101010110001 | e8aa9ee38eabece7bde99ab1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)