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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 才??刷 | 100011011100101100111111001111111000110111111100 | 8dcb3f3f8dfc |
EUC-JP | 才??刷 | 101110101100110100111111001111111011101011111110 | bacd3f3fbafe |
UTF-8 | 才렑뤳刷 | 111001101000100110001101111010111010000010010001111010111010010010110011111001011000100010110111 | e6898deba091eba4b3e588b7 |
UHC | 才렑뤳刷 | 1110111010100110100011101010011010001111111000011110000111101100 | eea68ea68fe1e1ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)