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 | ???A???B | 0011111100111111001111110100000100111111001111110011111101000010 | 3f3f3f413f3f3f42 |
SJIS-WIN | テδサAテつィB | 11000011100000111100001010111011010000011100001110000010110000101010100001000010 | c383c2bb41c382c2a842 |
EUC-JP | テδサAテつィB | 1000111011000011101001101100010010001110101110110100000110001110110000111010010011000100100011101010100001000010 | 8ec3a6c48ebb418ec3a4c48ea842 |
UTF-8 | テδサAテつィB | 11101111101111101000001111001110101101001110111110111101101110110100000111101111101111101000001111100011100000011010010011101111101111011010100001000010 | efbe83ceb4efbdbb41efbe83e381a4efbda842 |
UHC | ?δ?A?つ?B | 00111111101001011110010000111111010000010011111110101010110001000011111101000010 | 3fa5e43f413faac43f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)