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 | 111001111011001011100111101100101110011110110010111001111011001001000010 | e7b2e7b2e7b2e7b242 |
EUC-JP | 邊邊邊邊B | 111011101011010011101110101101001110111010110100111011101011010001000010 | eeb4eeb4eeb4eeb442 |
UTF-8 | 邊邊邊邊B | 11101001100000101000101011101001100000101000101011101001100000101000101011101001100000101000101001000010 | e9828ae9828ae9828ae9828a42 |
UHC | 邊邊邊邊B | 110111001010101111011100101010111101110010101011110111001010101101000010 | dcabdcabdcabdcab42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)