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 | 狎??? | 1110000010111110001111110011111100111111 | e0be3f3f3f |
EUC-JP | 狎??? | 1110000011000000001111110011111100111111 | e0c03f3f3f |
UTF-8 | 狎먪㈅礖 | 111001111000101110001110111010111010100010101010111000111000100010000101111001111010010010010110 | e78b8eeba8aae38885e7a496 |
UHC | 狎먪㈅礖 | 1110010011100100100100001110011110101001101101101110011010100110 | e4e490e7a9b6e6a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)