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 | 豫??誼?豫 | 100110001010110000111111001111111000101101100010001111111001100010101100 | 98ac3f3f8b623f98ac |
EUC-JP | 豫??誼?豫 | 110100001010111000111111001111111011010111000011001111111101000010101110 | d0ae3f3fb5c33fd0ae |
UTF-8 | 豫곕갭誼쿴豫 | 111010001011000110101011111010101011001110010101111010101011000010101101111010001010101010111100111011001011111110110100111010001011000110101011 | e8b1abeab395eab0ade8aabcecbfb4e8b1ab |
UHC | 豫곕갭誼쿴豫 | 111001111110001110110000111010111011000010111000111010111111111010110011011010001110011111100011 | e7e3b0ebb0b8ebfeb368e7e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)