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 | 髦ィ竏墅 | 11101001100110001010100011100010100010001001101011001110 | e998a8e2889ace |
EUC-JP | 髦ィ竏墅 | 1111000111111000100011101010100011100011111010001101010011010000 | f1f88ea8e3e8d4d0 |
UTF-8 | 髦ィ竏墅 | 111010011010101110100110111011111011110110101000111001111010101110001111111001011010001010000101 | e9aba6efbda8e7ab8fe5a285 |
UHC | ???墅 | 0011111100111111001111111101111111101010 | 3f3f3fdfea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)