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 | ?R?? | 00111111010100100011111100111111 | 3f523f3f |
SJIS-WIN | 短R続贈 | 10010010010110100101001010010001101100011001000110100001 | 925a5291b191a1 |
EUC-JP | 短R続贈 | 11000011101110110101001011000010101100111100001010100011 | c3bb52c2b3c2a3 |
UTF-8 | 短R続贈 | 11100111100111111010110101010010111001111011011010011010111010001011010010001000 | e79fad52e7b69ae8b488 |
UHC | 短R?贈 | 110100111010110101010010001111111111000111111100 | d3ad523ff1fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)