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 | 驪包セ秘恣 | 111010011000101110010101111011111011111010010100111010011001110010010011 | e98b95efbe94e99c93 |
EUC-JP | 驪包セ秘恣 | 11110001111010111100101011110001100011101011111011001000111010111101011111110011 | f1ebcaf18ebec8ebd7f3 |
UTF-8 | 驪包セ秘恣 | 111010011010100110101010111001011000110010000101111011111011110110111110111001111010011110011000111001101000000110100011 | e9a9aae58c85efbdbee7a798e681a3 |
UHC | 驪包?秘恣 | 110101011111000111111000110100000011111111011101111110101110110110110000 | d5f1f8d03fddfaedb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)