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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 睨冫睨冫B | 111000011100100110011001011100011110000111001001100110010111000101000010 | e1c99971e1c9997142 |
EUC-JP | 睨冫睨冫B | 111000101100101111010001110100101110001011001011110100011101001001000010 | e2cbd1d2e2cbd1d242 |
UTF-8 | 睨冫睨冫B | 11100111100111011010100011100101100001101010101111100111100111011010100011100101100001101010101101000010 | e79da8e586abe79da8e586ab42 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)