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 | ?????h | 001111110011111100111111001111110011111101101000 | 3f3f3f3f3f68 |
SJIS-WIN | テδ愿δ奸h | 11000011100000111100001010011100110000111000001111000010100110110100000001101000 | c383c29cc383c29b4068 |
EUC-JP | テδ愿δ奸h | 1000111011000011101001101100010011011000110001011010011011000100110101011010000101101000 | 8ec3a6c4d8c5a6c4d5a168 |
UTF-8 | テδ愿δ奸h | 1110111110111110100000111100111010110100111001101000010010111111110011101011010011100101101001011011100001101000 | efbe83ceb4e684bfceb4e5a5b868 |
UHC | ?δ愿δ奸h | 00111111101001011110010011101010101101001010010111100100110010101100110001101000 | 3fa5e4eab4a5e4cacc68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)