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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | テつ湘δセ^ | 110000111000001011000010100011111100001110000011110000101011111001011110 | c382c28fc383c2be5e |
EUC-JP | テつ湘δセ^ | 1000111011000011101001001100010010111110110001011010011011000100100011101011111001011110 | 8ec3a4c4bec5a6c48ebe5e |
UTF-8 | テつ湘δセ^ | 111011111011111010000011111000111000000110100100111001101011100110011000110011101011010011101111101111011011111001011110 | efbe83e381a4e6b998ceb4efbdbe5e |
UHC | ?つ湘δ?^ | 001111111010101011000100110111111100111110100101111001000011111101011110 | 3faac4dfcfa5e43f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)