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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | テ凝古督キ] | 110000111000101111000011100011001100001110010011110000101011011101011101 | c38bc38cc393c2b75d |
EUC-JP | テ凝古督キ] | 1000111011000011101101101100010110111000110001011100011011000100100011101011011101011101 | 8ec3b6c5b8c5c6c48eb75d |
UTF-8 | テ凝古督キ] | 11101111101111101000001111100101100001111001110111100101100011111010010011100111100111011010001111101111101111011011011101011101 | efbe83e5879de58fa4e79da3efbdb75d |
UHC | ?凝古督?] | 001111111110101111101010110011011010111111010100101111010011111101011101 | 3febeacdafd4bd3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)