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 | ?????BF | 00111111001111110011111100111111001111110100001001000110 | 3f3f3f3f3f4246 |
SJIS-WIN | テヲツ陳甜BF | 110000111010011011000010100100101100001010010011010110110100001001000110 | c3a6c292c2935b4246 |
EUC-JP | テヲツ陳甜BF | 100011101100001110001110101001101000111011000010110001001100010011000101101111000100001001000110 | 8ec38ea68ec2c4c4c5bc4246 |
UTF-8 | テヲツ陳甜BF | 1110111110111110100000111110111110111101101001101110111110111110100000101110100110011001101100111110011110010100100111000100001001000110 | efbe83efbda6efbe82e999b3e7949c4246 |
UHC | ???陳?BF | 0011111100111111001111111111001011100111001111110100001001000110 | 3f3f3ff2e73f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)