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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 短臓族巽贈 | 10010010010110101001000110011111100100011011000010010010010001101001000110100001 | 925a919f91b0924691a1 |
EUC-JP | 短臓族巽贈 | 11000011101110111100001010100001110000101011001011000011101001111100001010100011 | c3bbc2a1c2b2c3a7c2a3 |
UTF-8 | 短臓族巽贈 | 111001111001111110101101111010001000011110010011111001101001011110001111111001011011011110111101111010001011010010001000 | e79fade88793e6978fe5b7bde8b488 |
UHC | 短?族巽贈 | 110100111010110100111111111100001110100111100001110111101111000111111100 | d3ad3ff0e9e1def1fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)