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 | テつ考テつ’ | 11000011100000101100001010001101011011001100001110000010110000101000000101100110 | c382c28d6cc382c28166 |
EUC-JP | テつ考テつ’ | 100011101100001110100100110001001011100111001101100011101100001110100100110001001010000111000111 | 8ec3a4c4b9cd8ec3a4c4a1c7 |
UTF-8 | テつ考テつ’ | 111011111011111010000011111000111000000110100100111010001000000010000011111011111011111010000011111000111000000110100100111000101000000010011001 | efbe83e381a4e88083efbe83e381a4e28099 |
UHC | ?つ考?つ’ | 00111111101010101100010011001101110001010011111110101010110001001010000110101111 | 3faac4cdc53faac4a1af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)