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 | ?????E | 001111110011111100111111001111110011111101000101 | 3f3f3f3f3f45 |
SJIS-WIN | 蟆コ驥郁爾E | 11100101101100001011101011101001100001111000100011101000100011101010001001000101 | e5b0bae98788e88ea245 |
EUC-JP | 蟆コ驥郁爾E | 1110101010110010100011101011101011110001111001111011000011101010101111001010010001000101 | eab28ebaf1e7b0eabca445 |
UTF-8 | 蟆コ驥郁爾E | 11101000100111111000011011101111101111011011101011101001101010011010010111101001100000111000000111100111100010001011111001000101 | e89f86efbdbae9a9a5e98381e788be45 |
UHC | ??驥郁爾E | 001111110011111111010001110010101110100111110100111011001011001101000101 | 3f3fd1cae9f4ecb345 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)