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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 達嘆^ | 1001001001000010100100100101000101011110 | 924292515e |
EUC-JP | 達嘆^ | 1100001110100011110000111011001001011110 | c3a3c3b25e |
UTF-8 | 達嘆^ | 11101001100000011001010011100101100110001000011001011110 | e98194e598865e |
UHC | 達嘆^ | 1101001110111001111101111010001101011110 | d3b9f7a35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)