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 | 址?騁押 | 10011010101011000011111111101001011101001000100110011111 | 9aac3fe974899f |
EUC-JP | 址?騁押 | 11010100101011100011111111110001110101011011001010100001 | d4ae3ff1d5b2a1 |
UTF-8 | 址띄騁押 | 111001011001110110000000111010111001110110000100111010011010100010000001111001101000101010111100 | e59d80eb9d84e9a881e68abc |
UHC | 址띄騁押 | 1111001010100011101101101110011111011110101111101110010011100011 | f2a3b6e7debee4e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)