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 | ???O??? | 00111111001111110011111101001111001111110011111100111111 | 3f3f3f4f3f3f3f |
SJIS-WIN | テδ。Oテつ敕 | 11000011100000111100001010100001010011111100001110000010110000101001110111000011 | c383c2a14fc382c29dc3 |
EUC-JP | テδ。Oテつ敕 | 10001110110000111010011011000100100011101010000101001111100011101100001110100100110001001101101011000101 | 8ec3a6c48ea14f8ec3a4c4dac5 |
UTF-8 | テδ。Oテつ敕 | 111011111011111010000011110011101011010011101111101111011010000101001111111011111011111010000011111000111000000110100100111001101001010110010101 | efbe83ceb4efbda14fefbe83e381a4e69595 |
UHC | ?δ?O?つ? | 001111111010010111100100001111110100111100111111101010101100010000111111 | 3fa5e43f4f3faac43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)