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 | 楔譽[楔譽[^ | 1001111010110110111001101010001101011011100111101011011011100110101000110101101101011110 | 9eb6e6a35b9eb6e6a35b5e |
EUC-JP | 楔譽[楔譽[^ | 1101110010111000111011001010010101011011110111001011100011101100101001010101101101011110 | dcb8eca55bdcb8eca55b5e |
UTF-8 | 楔譽[楔譽[^ | 111001101010010110010100111010001010110110111101010110111110011010100101100101001110100010101101101111010101101101011110 | e6a594e8adbd5be6a594e8adbd5b5e |
UHC | 楔譽[楔譽[^ | 1110000011011011111001111110001001011011111000001101101111100111111000100101101101011110 | e0dbe7e25be0dbe7e25b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)