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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 短俗損脱 | 1001001001011010100100011010110110010001101110011001001001000101 | 925a91ad91b99245 |
EUC-JP | 短俗損脱 | 1100001110111011110000101010111111000010101110111100001110100110 | c3bbc2afc2bbc3a6 |
UTF-8 | 短俗損脱 | 111001111001111110101101111001001011111110010111111001101001000010001101111010001000010010110001 | e79fade4bf97e6908de884b1 |
UHC | 短俗損? | 11010011101011011110000111010100111000011101111100111111 | d3ade1d4e1df3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)