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 | テつステδ娶 | 110000111000001011000010101111011100001110000011110000101001101101010111 | c382c2bdc383c29b57 |
EUC-JP | テつステδ娶 | 100011101100001110100100110001001000111010111101100011101100001110100110110001001101010110111000 | 8ec3a4c48ebd8ec3a6c4d5b8 |
UTF-8 | テつステδ娶 | 1110111110111110100000111110001110000001101001001110111110111101101111011110111110111110100000111100111010110100111001011010100010110110 | efbe83e381a4efbdbdefbe83ceb4e5a8b6 |
UHC | ?つ??δ娶 | 001111111010101011000100001111110011111110100101111001001111011010100101 | 3faac43f3fa5e4f6a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)