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 | テ催亡テ古・ | 110000111000110111000011100101100101001111000011100011001100001110100101 | c38dc39653c38cc3a5 |
EUC-JP | テ催亡テ古・ | 100011101100001110111010110001011100101110110100100011101100001110111000110001011000111010100101 | 8ec3bac5cbb48ec3b8c58ea5 |
UTF-8 | テ催亡テ古・ | 111011111011111010000011111001011000001010101100111001001011101010100001111011111011111010000011111001011000111110100100111011111011110110100101 | efbe83e582ace4baa1efbe83e58fa4efbda5 |
UHC | ?催亡?古? | 001111111111010111001010110110001100110000111111110011011010111100111111 | 3ff5cad8cc3fcdaf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)