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 | 鬩坂沖謐 | 1110100110101001100011011110001010001001101010111110011010001101 | e9a98de289abe68d |
EUC-JP | 鬩坂沖謐 | 1111001010101011101110101110010010110010101011011110101111101101 | f2abbae4b2adebed |
UTF-8 | 鬩坂沖謐 | 111010011010110010101001111001011001110110000010111001101011001010010110111010001010110010010000 | e9aca9e59d82e6b296e8ac90 |
UHC | ?坂沖謐 | 00111111111101111111100011110101111110001101101011001101 | 3ff7f8f5f8dacd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)