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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 僊?僊?^ | 10011001010000010011111110011001010000010011111101011110 | 99413f99413f5e |
EUC-JP | 僊?僊?^ | 11010001101000100011111111010001101000100011111101011110 | d1a23fd1a23f5e |
UTF-8 | 僊橓僊橓^ | 11100101100000111000101011100110101010011001001111100101100000111000101011100110101010011001001101011110 | e5838ae6a993e5838ae6a9935e |
UHC | 僊橓僊橓^ | 111000001011101011100010111001011110000010111010111000101110010101011110 | e0bae2e5e0bae2e55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)