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 | テョツ環ウ^ | 11000011101011101100001010001010110000101011001101011110 | c3aec28ac2b35e |
EUC-JP | テョツ環ウ^ | 1000111011000011100011101010111010001110110000101011010011000100100011101011001101011110 | 8ec38eae8ec2b4c48eb35e |
UTF-8 | テョツ環ウ^ | 11101111101111101000001111101111101111011010111011101111101111101000001011100111100100101011000011101111101111011011001101011110 | efbe83efbdaeefbe82e792b0efbdb35e |
UHC | ???環?^ | 00111111001111110011111111111100101110110011111101011110 | 3f3f3ffcbb3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)