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 | 鰲??跨 | 111010011110000000111111001111111000110011010111 | e9e03f3f8cd7 |
EUC-JP | 鰲??跨 | 111100101110001000111111001111111011100011011001 | f2e23f3fb8d9 |
UTF-8 | 鰲싧뮧跨 | 111010011011000010110010111011001000101110100111111010111010111010100111111010001011011110101000 | e9b0b2ec8ba7ebaea7e8b7a8 |
UHC | 鰲싧뮧跨 | 1110100010100111100110101110010110010010101100101100111010100101 | e8a79ae592b2cea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)