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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 髏皮キ堤オる | 11101001100100001001010011100111101101111001001011100111101101011000001011101001 | e99094e7b792e7b582e9 |
EUC-JP | 髏皮キ堤オる | 111100011111000011001000111010011000111010110111110001001110100110001110101101011010010011101011 | f1f0c8e98eb7c4e98eb5a4eb |
UTF-8 | 髏皮キ堤オる | 111010011010101110001111111001111001101010101110111011111011110110110111111001011010000010100100111011111011110110110101111000111000001010001011 | e9ab8fe79aaeefbdb7e5a0a4efbdb5e3828b |
UHC | ?皮?堤?る | 001111111111100110101011001111111111000010100111001111111010101011101011 | 3ff9ab3ff0a73faaeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)