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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ?粮?粮B | 00111111111000101110110000111111111000101110110001000010 | 3fe2ec3fe2ec42 |
EUC-JP | 鋌粮鋌粮B | 1000111111100100101110111110010011101110100011111110010010111011111001001110111001000010 | 8fe4bbe4ee8fe4bbe4ee42 |
UTF-8 | 鋌粮鋌粮B | 11101001100010111000110011100111101100101010111011101001100010111000110011100111101100101010111001000010 | e98b8ce7b2aee98b8ce7b2ae42 |
UHC | 鋌粮鋌粮B | 111011111111101111010101110110111110111111111011110101011101101101000010 | effbd5dbeffbd5db42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)