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 | 兪?e怏? | 1001100101100000001111111000001010000101100111001000100100111111 | 99603f82859c893f |
EUC-JP | 兪?e怏? | 1101000111000001001111111010001111100101110101111110100100111111 | d1c13fa3e5d7e93f |
UTF-8 | 兪뀄e怏뾔 | 111001011000010110101010111010111000000010000100111011111011110110000101111001101000000010001111111010111011111010010100 | e585aaeb8084efbd85e6808febbe94 |
UHC | 兪뀄e怏뾔 | 11101010111001001011001011101101101000111110010111100100111010001011101111001110 | eae4b2eda3e5e4e8bbce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)