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? | 00111111001111110011111100111111001111110110100000111111 | 3f3f3f3f3f683f |
SJIS-WIN | テδ氾δスhテ | 11000011100000111100001010010100110000111000001111000010101111010110100011000011 | c383c294c383c2bd68c3 |
EUC-JP | テδ氾δスhテ | 10001110110000111010011011000100110010001100010110100110110001001000111010111101011010001000111011000011 | 8ec3a6c4c8c5a6c48ebd688ec3 |
UTF-8 | テδ氾δスhテ | 1110111110111110100000111100111010110100111001101011000010111110110011101011010011101111101111011011110101101000111011111011111010000011 | efbe83ceb4e6b0beceb4efbdbd68efbe83 |
UHC | ?δ氾δ?h? | 00111111101001011110010011011011111100001010010111100100001111110110100000111111 | 3fa5e4dbf0a5e43f683f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)