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 | ?????e^ | 00111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f655e |
SJIS-WIN | ???恁?e^ | 0011111100111111001111111001110010001100001111110110010101011110 | 3f3f3f9c8c3f655e |
EUC-JP | ???恁?e^ | 0011111100111111001111111101011111101100001111110110010101011110 | 3f3f3fd7ec3f655e |
UTF-8 | 梨숈쿋恁튙e^ | 1110111110100111101000101110110010001000100010001110110010111111100010111110011010000001100000011110110110001010100110010110010101011110 | efa7a2ec8888ecbf8be68181ed8a99655e |
UHC | 梨숈쿋恁튙e^ | 111011001011000110011001111011001011001010100000111011001111011010111010010010100110010101011110 | ecb199ecb2a0ecf6ba4a655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)