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 | テδ凝「ツ按 | 110000111000001111000010100010111100001110100010110000101000100011000010 | c383c28bc3a2c288c2 |
EUC-JP | テδ凝「ツ按 | 100011101100001110100110110001001011011011000101100011101010001010001110110000101011000011000100 | 8ec3a6c4b6c58ea28ec2b0c4 |
UTF-8 | テδ凝「ツ按 | 1110111110111110100000111100111010110100111001011000011110011101111011111011110110100010111011111011111010000010111001101000110010001001 | efbe83ceb4e5879defbda2efbe82e68c89 |
UHC | ?δ凝??按 | 001111111010010111100100111010111110101000111111001111111110010011001110 | 3fa5e4ebea3f3fe4ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)