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 | 彫??鏃 | 100100101010010000111111001111111110100001010110 | 92a43f3fe856 |
EUC-JP | 彫??鏃 | 110001001010011000111111001111111110111110110111 | c4a63f3fefb7 |
UTF-8 | 彫섯뤵鏃 | 111001011011110110101011111011001000010010101111111010111010010010110101111010011000111110000011 | e5bdabec84afeba4b5e98f83 |
UHC | 彫섯뤵鏃 | 1111000011000001101111001011100010001111111000111111000011101100 | f0c1bcb88fe3f0ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)