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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?∃ | 001111111000000111001110 | 3f81ce |
EUC-JP | ?∃ | 001111111010001011010000 | 3fa2d0 |
UTF-8 | 메∃ | 111010111010100110010100111000101000100010000011 | eba994e28883 |
UHC | 메∃ | 10111000110111101010001010100100 | b8dea2a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)