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 | 儀??冶 | 100010110101011000111111001111111001011011101000 | 8b563f3f96e8 |
EUC-JP | 儀??冶 | 101101011011011100111111001111111100110011101010 | b5b73f3fccea |
UTF-8 | 儀롦를冶 | 111001011000010010000000111010111010000110100110111010111010010110111100111001011000011010110110 | e58480eba1a6eba5bce586b6 |
UHC | 儀롦를冶 | 1110101111110000100011101110011010111000101001101110010110100111 | ebf08ee6b8a6e5a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)