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 | 沃??宜? | 10010111100000000011111100111111100010110101100000111111 | 97803f3f8b583f |
EUC-JP | 沃??宜? | 11001101111000000011111100111111101101011011100100111111 | cde03f3fb5b93f |
UTF-8 | 沃왿뫀宜㏆ | 111001101011001010000011111011001001100110111111111010111010101110000000111001011010111010011100111000111000111110000110 | e6b283ec99bfebab80e5ae9ce38f86 |
UHC | 沃왿뫀宜㏆ | 11101000101010101001111011100010100100011010010011101011111100011010011111101111 | e8aa9ee291a4ebf1a7ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)