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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 璧苓璧 | 111000001111100010010111111010001110000011111000 | e0f897e8e0f8 |
EUC-JP | 璧苓璧 | 111000001111101011001110111010101110000011111010 | e0faceeae0fa |
UTF-8 | 璧苓璧 | 111001111001001010100111111010001000101110010011111001111001001010100111 | e792a7e88b93e792a7 |
UHC | 璧?璧 | 1101101111111101001111111101101111111101 | dbfd3fdbfd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)