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 | 髏秘。泌凍 | 111010011001000010010100111010011010000110010100111001011001001110000000 | e99094e9a194e59380 |
EUC-JP | 髏秘。泌凍 | 11110001111100001100100011101011100011101010000111001000111001111100010111100000 | f1f0c8eb8ea1c8e7c5e0 |
UTF-8 | 髏秘。泌凍 | 111010011010101110001111111001111010011110011000111011111011110110100001111001101011001110001100111001011000011110001101 | e9ab8fe7a798efbda1e6b38ce5878d |
UHC | ?秘?泌凍 | 0011111111011101111110100011111111111001101100101101010011010000 | 3fddfa3ff9b2d4d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)