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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 鄕・[鄕・[^ | 111110111011100010100101010110111111101110111000101001010101101101011110 | fbb8a55bfbb8a55b5e |
EUC-JP | ?・[?・[^ | 001111111000111010100101010110110011111110001110101001010101101101011110 | 3f8ea55b3f8ea55b5e |
UTF-8 | 鄕・[鄕・[^ | 111010011000010010010101111011111011110110100101010110111110100110000100100101011110111110111101101001010101101101011110 | e98495efbda55be98495efbda55b5e |
UHC | 鄕?[鄕?[^ | 111110101100000100111111010110111111101011000001001111110101101101011110 | fac13f5bfac13f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)