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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 迥知}迥知{^ | 1110011110001010100100100110110101111101111001111000101010010010011011010111101101011110 | e78a926d7de78a926d7b5e |
EUC-JP | 迥知}迥知{^ | 1110110111101010110000111100111001111101111011011110101011000011110011100111101101011110 | edeac3ce7dedeac3ce7b5e |
UTF-8 | 迥知}迥知{^ | 111010001011111110100101111001111001111110100101011111011110100010111111101001011110011110011111101001010111101101011110 | e8bfa5e79fa57de8bfa5e79fa57b5e |
UHC | ?知}?知{^ | 001111111111001010110001011111010011111111110010101100010111101101011110 | 3ff2b17d3ff2b17b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)