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 | ?o?? | 00111111011011110011111100111111 | 3f6f3f3f |
SJIS-WIN | 叩o竪促 | 10010010010000000110111110010010010001111001000110100011 | 92406f924791a3 |
EUC-JP | 叩o竪促 | 11000011101000010110111111000011101010001100001010100101 | c3a16fc3a8c2a5 |
UTF-8 | 叩o竪促 | 11100101100011111010100101101111111001111010101110101010111001001011111110000011 | e58fa96fe7abaae4bf83 |
UHC | 叩o竪促 | 11001101101100000110111111100010101101011111010110110101 | cdb06fe2b5f5b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)