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 | 縡?低頭 | 11100011011100010011111110010010111000011001001110101010 | e3713f92e193aa |
EUC-JP | 縡?低頭 | 11100101110100100011111111000100111000111100011010101100 | e5d23fc4e3c6ac |
UTF-8 | 縡렕低頭 | 111001111011100010100001111010111010000010010101111001001011110110001110111010011010000010101101 | e7b8a1eba095e4bd8ee9a0ad |
UHC | 縡렕低頭 | 1110111010101101100011101010101011101110101110001101010011101001 | eead8eaaeeb8d4e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)