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 | 驪仙ォ隠 | 11101001100010111001000011100101101010111000100101000010 | e98b90e5ab8942 |
EUC-JP | 驪仙ォ隠 | 1111000111101011110000001110011110001110101010111011000110100011 | f1ebc0e78eabb1a3 |
UTF-8 | 驪仙ォ隠 | 111010011010100110101010111001001011101110011001111011111011110110101011111010011001101010100000 | e9a9aae4bb99efbdabe99aa0 |
UHC | 驪仙?? | 110101011111000111100000101110010011111100111111 | d5f1e0b93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)