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 | ??k}??k{^ | 001111110011111101101011011111010011111100111111011010110111101101011110 | 3f3f6b7d3f3f6b7b5e |
SJIS-WIN | 鴫縞k}鴫縞k{^ | 10001110101100001000111011001000011010110111110110001110101100001000111011001000011010110111101101011110 | 8eb08ec86b7d8eb08ec86b7b5e |
EUC-JP | 鴫縞k}鴫縞k{^ | 10111100101100101011110011001010011010110111110110111100101100101011110011001010011010110111101101011110 | bcb2bcca6b7dbcb2bcca6b7b5e |
UTF-8 | 鴫縞k}鴫縞k{^ | 1110100110110100101010111110011110111000100111100110101101111101111010011011010010101011111001111011100010011110011010110111101101011110 | e9b4abe7b89e6b7de9b4abe7b89e6b7b5e |
UHC | ?縞k}?縞k{^ | 0011111111111011110101100110101101111101001111111111101111010110011010110111101101011110 | 3ffbd66b7d3ffbd66b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)