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 | 邨らォュ | 111001111011010110000010111001111010101110101101 | e7b582e7abad |
EUC-JP | 邨らォュ | 1110111010110111101001001110100110001110101010111000111010101101 | eeb7a4e98eab8ead |
UTF-8 | 邨らォュ | 111010011000001010101000111000111000001010001001111011111011110110101011111011111011110110101101 | e982a8e38289efbdabefbdad |
UHC | 邨ら?? | 111101011011111010101010111010010011111100111111 | f5beaae93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)