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 | 銓碑耳跂 | 1110011111110010100101001110100010001110101010001110011011100011 | e7f294e88ea8e6e3 |
EUC-JP | 銓碑耳跂 | 1110111011110100110010001110101010111100101010101110110011100101 | eef4c8eabcaaece5 |
UTF-8 | 銓碑耳跂 | 111010011000101010010011111001111010001010010001111010001000000010110011111010001011011110000010 | e98a93e7a291e880b3e8b782 |
UHC | 銓碑耳? | 11101111101100001101110111111000111011001011110000111111 | efb0ddf8ecbc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)