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? | 00111111001111110011111100111111001111110100001000111111 | 3f3f3f3f3f423f |
SJIS-WIN | テδ姪δシBテ | 11000011100000111100001010010110110000111000001111000010101111000100001011000011 | c383c296c383c2bc42c3 |
EUC-JP | テδ姪δシBテ | 10001110110000111010011011000100110011001100010110100110110001001000111010111100010000101000111011000011 | 8ec3a6c4ccc5a6c48ebc428ec3 |
UTF-8 | テδ姪δシBテ | 1110111110111110100000111100111010110100111001011010011110101010110011101011010011101111101111011011110001000010111011111011111010000011 | efbe83ceb4e5a7aaceb4efbdbc42efbe83 |
UHC | ?δ姪δ?B? | 00111111101001011110010011110010111010111010010111100100001111110100001000111111 | 3fa5e4f2eba5e43f423f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)