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 | ??A???? | 00111111001111110100000100111111001111110011111100111111 | 3f3f413f3f3f3f |
SJIS-WIN | 将アA将、娼テ | 10001111101010111011000101000001100011111010101110100100100011111010100111000011 | 8fabb1418faba48fa9c3 |
EUC-JP | 将アA将、娼テ | 10111110101011011000111010110001010000011011111010101101100011101010010010111110101010111000111011000011 | bead8eb141bead8ea4beab8ec3 |
UTF-8 | 将アA将、娼テ | 11100101101100001000011011101111101111011011000101000001111001011011000010000110111011111011110110100100111001011010100010111100111011111011111010000011 | e5b086efbdb141e5b086efbda4e5a8bcefbe83 |
UHC | ??A??娼? | 0011111100111111010000010011111100111111111100111101111000111111 | 3f3f413f3ff3de3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)