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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鴫軸嫉爵 | 1000111010110000100011101011001010001110101110011000111011011101 | 8eb08eb28eb98edd |
EUC-JP | 鴫軸嫉爵 | 1011110010110010101111001011010010111100101110111011110011011111 | bcb2bcb4bcbbbcdf |
UTF-8 | 鴫軸嫉爵 | 111010011011010010101011111010001011101110111000111001011010101110001001111001111000100010110101 | e9b4abe8bbb8e5ab89e788b5 |
UHC | ?軸嫉爵 | 00111111111101011110111011110010111011001110110111001001 | 3ff5eef2ecedc9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)