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 | 1110011010111101100000011110010110111000100010110110001101000010 | e6bd81e5b88b6342 |
EUC-JP | 貎∝ク議B | 111011001011111110100010111001111000111010111000101101011100010001000010 | ecbfa2e78eb8b5c442 |
UTF-8 | 貎∝ク議B | 11101000101100101000111011100010100010001001110111101111101111011011100011101000101011011011000001000010 | e8b28ee2889defbdb8e8adb042 |
UHC | ?∝?議B | 00111111101000011111000000111111111011001010000101000010 | 3fa1f03feca142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)