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 | テδ崚つソテ | 110000111000001111000010100110111100001110000010110000101011111111000011 | c383c29bc382c2bfc3 |
EUC-JP | テδ崚つソテ | 100011101100001110100110110001001101011011000101101001001100010010001110101111111000111011000011 | 8ec3a6c4d6c5a4c48ebf8ec3 |
UTF-8 | テδ崚つソテ | 1110111110111110100000111100111010110100111001011011010010011010111000111000000110100100111011111011110110111111111011111011111010000011 | efbe83ceb4e5b49ae381a4efbdbfefbe83 |
UHC | ?δ?つ?? | 0011111110100101111001000011111110101010110001000011111100111111 | 3fa5e43faac43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)