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 | é´«å | 1110100110110100101010111110010110000000 | e9b4abe580 |
SJIS-WIN | ?´??? | 001111111000000101001100001111110011111100111111 | 3f814c3f3f3f |
EUC-JP | é´?å? | 10001111101010111011000110100001101011010011111110001111101010111010100100111111 | 8fabb1a1ad3f8faba93f |
UTF-8 | é´«å | 11000011101010011100001010110100110000101010101111000011101001011100001010000000 | c3a9c2b4c2abc3a5c280 |
UHC | ?´??? | 001111111010001010100101001111110011111100111111 | 3fa2a53f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)