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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 嬖啖}嬖啖{^ | 1001101101101001100110100101011001111101100110110110100110011010010101100111101101011110 | 9b699a567d9b699a567b5e |
EUC-JP | 嬖啖}嬖啖{^ | 1101010111001010110100111011011101111101110101011100101011010011101101110111101101011110 | d5cad3b77dd5cad3b77b5e |
UTF-8 | 嬖啖}嬖啖{^ | 111001011010110010010110111001011001010110010110011111011110010110101100100101101110010110010101100101100111101101011110 | e5ac96e595967de5ac96e595967b5e |
UHC | 嬖啖}嬖啖{^ | 1111100011000110110100111011101001111101111110001100011011010011101110100111101101011110 | f8c6d3ba7df8c6d3ba7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)