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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 窶撰シ洲 | 11100010100000001001000011101111101111001000111101000110 | e28090efbc8f46 |
EUC-JP | 窶撰シ洲 | 1110001111100000110000001111000110001110101111001011110110100111 | e3e0c0f18ebcbda7 |
UTF-8 | 窶撰シ洲 | 111001111010101010110110111001101001001010110000111011111011110110111100111001101011010010110010 | e7aab6e692b0efbdbce6b4b2 |
UHC | ?撰?洲 | 001111111111001110111100001111111111000110111101 | 3ff3bc3ff1bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)