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 | 楔菽[楔菽[^ | 1001111010110110111001001100000101011011100111101011011011100100110000010101101101011110 | 9eb6e4c15b9eb6e4c15b5e |
EUC-JP | 楔菽[楔菽[^ | 1101110010111000111010001100001101011011110111001011100011101000110000110101101101011110 | dcb8e8c35bdcb8e8c35b5e |
UTF-8 | 楔菽[楔菽[^ | 111001101010010110010100111010001000111110111101010110111110011010100101100101001110100010001111101111010101101101011110 | e6a594e88fbd5be6a594e88fbd5b5e |
UHC | 楔菽[楔菽[^ | 1110000011011011111000101101110101011011111000001101101111100010110111010101101101011110 | e0dbe2dd5be0dbe2dd5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)