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 | テ淌嘉古彳^ | 11000011100111111100001110001001110000111000110011000011100111000110010101011110 | c39fc389c38cc39c655e |
EUC-JP | テ淌嘉古彳^ | 1000111011000011110111101100010110110010110001011011100011000101110101111100011001011110 | 8ec3dec5b2c5b8c5d7c65e |
UTF-8 | テ淌嘉古彳^ | 11101111101111101000001111100110101101111000110011100101100110001000100111100101100011111010010011100101101111011011001101011110 | efbe83e6b78ce59889e58fa4e5bdb35e |
UHC | ??嘉古?^ | 0011111100111111110010101010100111001101101011110011111101011110 | 3f3fcaa9cdaf3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)