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??q | 001111110011111101100010001111110011111101110001 | 3f3f623f3f71 |
SJIS-WIN | 将、b将、q | 1000111110101011101001000110001010001111101010111010010001110001 | 8faba4628faba471 |
EUC-JP | 将、b将、q | 10111110101011011000111010100100011000101011111010101101100011101010010001110001 | bead8ea462bead8ea471 |
UTF-8 | 将、b将、q | 1110010110110000100001101110111110111101101001000110001011100101101100001000011011101111101111011010010001110001 | e5b086efbda462e5b086efbda471 |
UHC | ??b??q | 001111110011111101100010001111110011111101110001 | 3f3f623f3f71 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)