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 | 兪抃篭兪 | 1001100101100000100111010101011010011000010101011001100101100000 | 99609d5698559960 |
EUC-JP | 兪抃篭兪 | 1101000111000001110110011011011111001111101101101101000111000001 | d1c1d9b7cfb6d1c1 |
UTF-8 | 兪抃篭兪 | 111001011000010110101010111001101000101010000011111001111010111110101101111001011000010110101010 | e585aae68a83e7afade585aa |
UHC | 兪??兪 | 111010101110010000111111001111111110101011100100 | eae43f3feae4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)