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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 芦陌?? | 100010001011000011101000100110010011111100111111 | 88b0e8993f3f |
EUC-JP | 芦陌?? | 101100001011001011101111111110010011111100111111 | b0b2eff93f3f |
UTF-8 | 芦陌렠렭 | 111010001000101010100110111010011001100110001100111010111010000010100000111010111010000010101101 | e88aa6e9998ceba0a0eba0ad |
UHC | 芦陌렠렭 | 1111101111011000110110001110100010001110101100011000111010111010 | fbd8d8e88eb18eba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)