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 | ???爰?К | 0011111100111111001111111110000010100111001111111000010001001011 | 3f3f3fe0a73f844b |
EUC-JP | ???爰?К | 0011111100111111001111111110000010101001001111111010011110101100 | 3f3f3fe0a93fa7ac |
UTF-8 | 連양삟爰꾤К | 1110111110100110100110101110110010010110100100011110110010000010100111111110011110001000101100001110101010111110101001001101000010011010 | efa69aec9691ec829fe788b0eabea4d09a |
UHC | 連양삟爰꾤К | 111001101110011010111110111001111001100010100010111010101011101010000100111001111010110010101100 | e6e6bee798a2eaba84e7acac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)