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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 趾ケ辭ケ^ | 11100110111001001011100111100111100001101011100101011110 | e6e4b9e786b95e |
EUC-JP | 趾ケ辭ケ^ | 111011001110011010001110101110011110110111100110100011101011100101011110 | ece68eb9ede68eb95e |
UTF-8 | 趾ケ辭ケ^ | 11101000101101101011111011101111101111011011100111101000101111101010110111101111101111011011100101011110 | e8b6beefbdb9e8beadefbdb95e |
UHC | 趾?辭?^ | 11110010101111110011111111011110111101100011111101011110 | f2bf3fdef63f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)