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 | ²}²{^ | 1001000110110010100000111010110101111101100100011011001010000011101011010111101101011110 | 91b283ad7d91b283ad7b5e |
SJIS-WIN | ????}????{^ | 0011111100111111001111110011111101111101001111110011111100111111001111110111101101011110 | 3f3f3f3f7d3f3f3f3f7b5e |
EUC-JP | ????}????{^ | 0011111100111111001111110011111101111101001111110011111100111111001111110111101101011110 | 3f3f3f3f7d3f3f3f3f7b5e |
UTF-8 | ²}²{^ | 11000010100100011100001010110010110000101000001111000010101011010111110111000010100100011100001010110010110000101000001111000010101011010111101101011110 | c291c2b2c283c2ad7dc291c2b2c283c2ad7b5e |
UHC | ?²?}?²?{^ | 001111111010100111110111001111111010000110101001011111010011111110101001111101110011111110100001101010010111101101011110 | 3fa9f73fa1a97d3fa9f73fa1a97b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)