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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?閃較??刷 | 001111111001000101001101100010100111001000111111001111111000110111111100 | 3f914d8a723f3f8dfc |
EUC-JP | ?閃較??刷 | 001111111100000110101110101100111101001100111111001111111011101011111110 | 3fc1aeb3d33f3fbafe |
UTF-8 | 뤊閃較핉빅刷 | 111010111010010010001010111010011001011010000011111010001011110010000011111011011001010110001001111010111011100110000101111001011000100010110111 | eba48ae99683e8bc83ed9589ebb985e588b7 |
UHC | 뤊閃較핉빅刷 | 100011111011101011100000111011001100111011110010110000001000111010111010111100101110000111101100 | 8fbae0eccef2c08ebaf2e1ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)