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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 約??鴉?? | 1001011011110001001111110011111111101001111010110011111100111111 | 96f13f3fe9eb3f3f |
EUC-JP | 約??鴉?? | 1100110011110011001111110011111111110010111011010011111100111111 | ccf33f3ff2ed3f3f |
UTF-8 | 約득닁鴉뤷샥 | 111001111011010010000100111010111001001110011101111010111000101110000001111010011011010010001001111010111010010010110111111011001000001110100101 | e7b484eb939deb8b81e9b489eba4b7ec83a5 |
UHC | 約득닁鴉뤷샥 | 111001011011001110110101111001101000100010001010111001001011110010001111111001011011110010100001 | e5b3b5e6888ae4bc8fe5bca1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)