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 | 璽嵭軸 | 1111001010101110100011101010001111111010101100111000111010110010 | f2ae8ea3fab38eb2 |
EUC-JP | ?璽嵭軸 | 0011111110111100101001011000111110111011110111101011110010110100 | 3fbca58fbbdebcb4 |
UTF-8 | 璽嵭軸 | 111011101000011110100101111001111001001010111101111001011011010110101101111010001011101110111000 | ee87a5e792bde5b5ade8bbb8 |
UHC | ?璽?軸 | 001111111101111111011110001111111111010111101110 | 3fdfde3ff5ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)