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 | 塋??玉 | 100110101100100000111111001111111000101111001010 | 9ac83f3f8bca |
EUC-JP | 塋??玉 | 110101001100101000111111001111111011011011001100 | d4ca3f3fb6cc |
UTF-8 | 塋뉛쉼玉 | 111001011010000110001011111010111000100110011011111011001000100110111100111001111000111010001001 | e5a18beb899bec89bce78e89 |
UHC | 塋뉛쉼玉 | 1110011110101011100001111110111110111101101100001110100010101100 | e7ab87efbdb0e8ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)