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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | テ陛凝」ツ「 | 1100001110010101110000111000101111000011101000111100001010100010 | c395c38bc3a3c2a2 |
EUC-JP | テ陛凝」ツ「 | 100011101100001111001010110001011011011011000101100011101010001110001110110000101000111010100010 | 8ec3cac5b6c58ea38ec28ea2 |
UTF-8 | テ陛凝」ツ「 | 111011111011111010000011111010011001100110011011111001011000011110011101111011111011110110100011111011111011111010000010111011111011110110100010 | efbe83e9999be5879defbda3efbe82efbda2 |
UHC | ?陛凝??? | 0011111111111000110011101110101111101010001111110011111100111111 | 3ff8ceebea3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)