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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | テつ湘δ薩 | 110000111000001011000010100011111100001110000011110000101000111001000110 | c382c28fc383c28e46 |
EUC-JP | テつ湘δ薩 | 10001110110000111010010011000100101111101100010110100110110001001011101110100111 | 8ec3a4c4bec5a6c4bba7 |
UTF-8 | テつ湘δ薩 | 1110111110111110100000111110001110000001101001001110011010111001100110001100111010110100111010001001011010101001 | efbe83e381a4e6b998ceb4e896a9 |
UHC | ?つ湘δ薩 | 001111111010101011000100110111111100111110100101111001001101111110110001 | 3faac4dfcfa5e4dfb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)