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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | テ凝古ケテ「^ | 110000111000101111000011100011001100001110111001110000111010001001011110 | c38bc38cc3b9c3a25e |
EUC-JP | テ凝古ケテ「^ | 10001110110000111011011011000101101110001100010110001110101110011000111011000011100011101010001001011110 | 8ec3b6c5b8c58eb98ec38ea25e |
UTF-8 | テ凝古ケテ「^ | 11101111101111101000001111100101100001111001110111100101100011111010010011101111101111011011100111101111101111101000001111101111101111011010001001011110 | efbe83e5879de58fa4efbdb9efbe83efbda25e |
UHC | ?凝古???^ | 001111111110101111101010110011011010111100111111001111110011111101011110 | 3febeacdaf3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)