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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | テδ愿δ孑B | 11000011100000111100001010011100110000111000001111000010100110110111001001000010 | c383c29cc383c29b7242 |
EUC-JP | テδ愿δ孑B | 1000111011000011101001101100010011011000110001011010011011000100110101011101001101000010 | 8ec3a6c4d8c5a6c4d5d342 |
UTF-8 | テδ愿δ孑B | 1110111110111110100000111100111010110100111001101000010010111111110011101011010011100101101011011001000101000010 | efbe83ceb4e684bfceb4e5ad9142 |
UHC | ?δ愿δ孑B | 00111111101001011110010011101010101101001010010111100100111110101110101001000010 | 3fa5e4eab4a5e4faea42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)