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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 訂?艇?? | 10010010111110010011111110010010111110000011111100111111 | 92f93f92f83f3f |
EUC-JP | 訂?艇?? | 11000100111110110011111111000100111110100011111100111111 | c4fb3fc4fa3f3f |
UTF-8 | 訂렍艇쮸깡 | 111010001010100010000010111010111010000010001101111010001000100110000111111011001010111010111000111010101011100110100001 | e8a882eba08de88987ecaeb8eab9a1 |
UHC | 訂렍艇쮸깡 | 11101111111101001000111010100011111011111111001111000010111010011011000111111000 | eff48ea3eff3c2e9b1f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)